Skip to content
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

UI is idle with no action #4

Open
MikosuHL3 opened this issue Feb 9, 2024 · 1 comment
Open

UI is idle with no action #4

MikosuHL3 opened this issue Feb 9, 2024 · 1 comment

Comments

@MikosuHL3
Copy link

Hello, I have the plugin operational, however when a prompt is sent, the UI is idle with only the three dots showing.

In the script editor, it shows:
root : Sending message "create a sphere"
httpx : HTTP Request: POST https://api.openai.com/v1/chat/completions "HTTP/1.1 200 OK"

Going to the URL that is posted, I see this error:
{
"error": {
"message": "You didn't provide an API key. You need to provide your API key in an Authorization header using Bearer auth (i.e. Authorization: Bearer YOUR_KEY), or as the password field (with blank username) if you're accessing the API from your browser and are prompted for a username and password. You can obtain an API key from https://platform.openai.com/account/api-keys.",
"type": "invalid_request_error",
"param": null,
"code": null
}
}

My OpenAI API key and Library path are all set, however I am still getting this message

@Redwolf223
Copy link

Same problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants