fix: add proxy config

This commit is contained in:
zhayujie
2023-03-04 23:05:34 +08:00
parent 07b61499c8
commit e85bfe3b35
2 changed files with 3 additions and 1 deletions

View File

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