k1781685719 commited on
Commit
5e5e479
·
1 Parent(s): bde6968

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -2,7 +2,7 @@
2
  // 各配置具体说明,见 [https://github.com/GaiZhenbiao/ChuanhuChatGPT/wiki/使用教程#配置-configjson]
3
 
4
  //== API 配置 ==
5
- "openai_api_key": "", // 你的 OpenAI API Key,一般必填,若空缺则需在图形界面中填入API Key
6
  "google_palm_api_key": "", // 你的 Google PaLM API Key,用于 Google PaLM 对话模型
7
  "xmchat_api_key": "", // 你的 xmchat API Key,用于 XMChat 对话模型
8
  "minimax_api_key": "", // 你的 MiniMax API Key,用于 MiniMax 对话模型
 
2
  // 各配置具体说明,见 [https://github.com/GaiZhenbiao/ChuanhuChatGPT/wiki/使用教程#配置-configjson]
3
 
4
  //== API 配置 ==
5
+ "openai_api_key": "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", // 你的 OpenAI API Key,一般必填,若空缺则需在图形界面中填入API Key
6
  "google_palm_api_key": "", // 你的 Google PaLM API Key,用于 Google PaLM 对话模型
7
  "xmchat_api_key": "", // 你的 xmchat API Key,用于 XMChat 对话模型
8
  "minimax_api_key": "", // 你的 MiniMax API Key,用于 MiniMax 对话模型