-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid API key #10
Comments
Thanks @MuhammadNomanIqbal, can you confirm that you see this API key in your user collection in MongoDB? Can you also confirm that you can hit the Atlas endpoint from your IP? |
I would like to know if the frontend (FE) open-source code for the Knowledge Graph Studio is available. If it is available, could you let me know which programming language or framework was used to build the frontend part?" Thanks. |
Hey @MuhammadNomanIqbal, fyi we just pushed a new version of the Re: Knowledge Graph Studio UI - we charge for the frontend, so this is not available open source. |
ok thanks @recchris |
Describe the bug
created user using cli comand as a result api key is generated, use this api key to configure the SDK. getting status code 401 Invalid API key
Endpoint: /worksapces
Method: GET
To Reproduce
Steps to reproduce the behavior:
1.To create the user, run the following from src/whyhow_api/cli/:
2. Run Command python admin.py create-user --email --openai-key
3. why_how api key is generated
4. use this api key to configure the SDK.
Screenshots
The text was updated successfully, but these errors were encountered: