初始化

This commit is contained in:
HCha
2023-06-19 02:46:09 +08:00
commit a3c2446a82
7 changed files with 1141 additions and 0 deletions

11
config_template.json Normal file
View File

@@ -0,0 +1,11 @@
{
"PROXY": false, // 是否使用代理
"HTTP_PROXY": ["地址", ],
"SOCKS_PROXY": ["地址", ],
"api_key": "sk-OpenAI API key",
"wolfram_api_key": "Wolfram APP ID",
"model": "欲使用的端口号",
"base": "API 网址, e.g https://api.openai.com/v1",
"always_authenticate": false, // 永远批准AI的所有插件请求
"system_prompt": "你的System Prompt"
}