WeChatBot/config.json

8 lines
205 B
JSON
Raw Normal View History

2023-02-05 21:27:35 +08:00
{
"OpenAI-API-Key" : "",
"GPT-Model" : "text-davinci-003",
2023-02-07 20:52:45 +08:00
"Diffusion-Model" : "andite/anything-v4.0",
"DefaultDiffutionIterations" : 20,
"UseFP16" : true,
"NoNSFWChecker" : false
2023-02-05 21:27:35 +08:00
}