You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Executing any gptscript without having OPENAI_API_KEY env set results in the following error message:
Sent content:
<content>
Waiting for model response...
2024/02/09 15:35:25 error, status code: 401, 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.
This error message can be improved to instruct user to set OPENAI_API_KEY env variable.
Also this error message can be presented to the user even before making an OpenAPI call.