Bump ChatGPT version and add new config settings

OpenAI changed the model a month ago and broke the bot.
This bump fixes it and adds the default model.
This commit is contained in:
Joe Kappus
2023-03-09 00:02:54 -05:00
parent 0d93ee8c46
commit f2ebb5a91d
2 changed files with 3 additions and 1 deletions

View File

@ -3,6 +3,7 @@ MATRIX_ACCESS_TOKEN={{ matrix_bot_chatgpt_matrix_access_token }}
OPENAI_API_KEY={{ matrix_bot_chatgpt_openai_api_key }}
CHATGPT_CONTEXT={{ matrix_bot_chatgpt_context }}
CHATGPT_API_MODEL={{ matrix_bot_chatgpt_api_model }}
KEYV_BACKEND={{ matrix_bot_chatgpt_keyv_backend }}
KEYV_URL={{ matrix_bot_chatgpt_keyv_url }}