From b7732a95a6d06ba1da2e7567c6f0162980fa942b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20L=C3=89VEIL?= Date: Sun, 2 Apr 2023 22:37:59 +0200 Subject: [PATCH] :notes document (#373) --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7f7bd33..bbcce54 100644 --- a/README.md +++ b/README.md @@ -112,10 +112,11 @@ You should be able to start chatting. 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 | -| DEFAULT_MODEL | `gpt-3.5-turbo` | The default model to use on new conversations | +| Environment Variable | Default value | Description | +| --------------------- | ------------------------------ | ------------------------------------------------------- | +| OPENAI_API_KEY | | The default API key used for authentication with OpenAI | +| DEFAULT_MODEL | `gpt-3.5-turbo` | The default model to use on new conversations | +| DEFAULT_SYSTEM_PROMPT | [see here](utils/app/const.ts) | The defaut system prompt to use on new conversations | If you do not provide an OpenAI API key with `OPENAI_API_KEY`, users will have to provide their own key. If you don't have an OpenAI API key, you can get one [here](https://platform.openai.com/account/api-keys).