From 856ba12f19725edbaeab5c924fa62f85e71e00d2 Mon Sep 17 00:00:00 2001 From: Mckay Wrigley Date: Tue, 18 Apr 2023 08:29:29 -0600 Subject: [PATCH] readme update --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3c0d104..72db00d 100644 --- a/README.md +++ b/README.md @@ -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] |