feat: add model config for gpt4

This commit is contained in:
zhayujie
2023-03-15 23:43:19 +08:00
parent 9275e67a10
commit f5f748f897
3 changed files with 5 additions and 2 deletions

View File

@@ -3,6 +3,7 @@
"type" : "chatgpt",
"openai": {
"api_key": "YOUR API KEY",
"model": "gpt-3.5-turbo",
"proxy": "",
"conversation_max_tokens": 1000,
"character_desc": "你是ChatGPT, 一个由OpenAI训练的大型语言模型, 你旨在回答并解决人们的任何问题,并且可以使用多种语言与人交流。"