Spaces:
Runtime error
Runtime error
Update config_example.json
Browse files- config_example.json +2 -2
config_example.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
{
|
| 2 |
// 你的OpenAI API Key,一般必填,
|
| 3 |
// 若缺省填为 "openai_api_key": "" 则必须再在图形界面中填入API Key
|
| 4 |
-
"openai_api_key": "",
|
| 5 |
// 你的xmchat API Key,与OpenAI API Key不同
|
| 6 |
"xmchat_api_key": "",
|
| 7 |
-
"language": "
|
| 8 |
// 如果使用代理,请取消注释下面的两行,并替换代理URL
|
| 9 |
// "https_proxy": "http://127.0.0.1:1079",
|
| 10 |
// "http_proxy": "http://127.0.0.1:1079",
|
|
|
|
| 1 |
{
|
| 2 |
// 你的OpenAI API Key,一般必填,
|
| 3 |
// 若缺省填为 "openai_api_key": "" 则必须再在图形界面中填入API Key
|
| 4 |
+
"openai_api_key": "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",
|
| 5 |
// 你的xmchat API Key,与OpenAI API Key不同
|
| 6 |
"xmchat_api_key": "",
|
| 7 |
+
"language": "Chinese",
|
| 8 |
// 如果使用代理,请取消注释下面的两行,并替换代理URL
|
| 9 |
// "https_proxy": "http://127.0.0.1:1079",
|
| 10 |
// "http_proxy": "http://127.0.0.1:1079",
|