WeChatBot/config.json

19 lines
489 B
JSON
Raw Normal View History

2023-02-05 21:27:35 +08:00
{
2023-07-02 15:21:20 +08:00
"OpenAI-GPT" : {
"Enable" : true,
"OpenAI-Key" : "Please write your openai api key",
"GPT-Model" : "gpt-3.5-turbo-0301",
"Temperature" : 0.7,
"MaxPromptTokens" : 2560,
"MaxTokens" : 4096
},
"ChatGLM" : {
"Enable" : false,
"GPT-Model" : "THUDM/chatglm2-6b"
},
"Diffusion" : {
2023-07-02 16:43:10 +08:00
"Diffusion-Model" : "stabilityai/stable-diffusion-2-1",
2023-07-02 15:21:20 +08:00
"NoNSFWChecker" : true,
"UseFP16" : true
}
2023-02-05 21:27:35 +08:00
}