readme update

This commit is contained in:
Mckay Wrigley 2023-04-18 08:29:29 -06:00
parent 1146f9a86e
commit 856ba12f19
1 changed files with 1 additions and 0 deletions

View File

@ -103,6 +103,7 @@ When deploying the application, the following environment variables can be set:
| OPENAI_ORGANIZATION | | Your OpenAI organization ID |
| DEFAULT_MODEL | `gpt-3.5-turbo` | The default model to use on new conversations, for Azure use `gpt-35-turbo` |
| NEXT_PUBLIC_DEFAULT_SYSTEM_PROMPT | [see here](utils/app/const.ts) | The default system prompt to use on new conversations |
| NEXT_PUBLIC_DEFAULT_TEMPERATURE | 1 | The default temperature to use on new conversations |
| GOOGLE_API_KEY | | See [Custom Search JSON API documentation][GCSE] |
| GOOGLE_CSE_ID | | See [Custom Search JSON API documentation][GCSE] |