We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We are receiving errors whenever trying send chats, due to what seems to be a change to the API that now requires us to specify the organization ID with API requests, see https://platform.openai.com/docs/api-reference/requesting-organization.
To fix this, we probably need to add an org_id config.
The text was updated successfully, but these errors were encountered:
Added: org_id config (#63)
9d051e7
Modified: readme with org_id instructions (#63)
1a7d12b
Fixed: typo in the config tests (#63)
8f09e4a
No branches or pull requests
We are receiving errors whenever trying send chats, due to what seems to be a change to the API that now requires us to specify the organization ID with API requests, see https://platform.openai.com/docs/api-reference/requesting-organization.
To fix this, we probably need to add an org_id config.
The text was updated successfully, but these errors were encountered: