signebedi / gptty

ChatGPT wrapper in your TTY
MIT License
47 stars 7 forks source link

[bug] cannot connect to any model without org_id specified #63

Closed signebedi closed 1 year ago

signebedi commented 1 year ago

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.