Skip to content

Commit

Permalink
document OPENAI_API_HOST and OPENAI_ORGANIZATION (#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasleveil committed Apr 11, 2023
1 parent 0a1474a commit da7463e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ When deploying the application, the following environment variables can be set:
| Environment Variable | Default value | Description |
| --------------------- | ------------------------------ | ------------------------------------------------------- |
| OPENAI_API_KEY | | The default API key used for authentication with OpenAI |
| OPENAI_ORGANIZATION | | Your OpenAI organization ID |
| OPENAI_API_HOST | `https://api.openai.com` | Base url of the OpenAI API |
| DEFAULT_MODEL | `gpt-3.5-turbo` | The default model to use on new conversations |
| DEFAULT_SYSTEM_PROMPT | [see here](utils/app/const.ts) | The default system prompt to use on new conversations |
| GOOGLE_API_KEY | | See [Custom Search JSON API documentation][GCSE] |
Expand Down

1 comment on commit da7463e

@vercel
Copy link

@vercel vercel bot commented on da7463e Apr 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.