WeChatBot/config.json

6 lines
166 B
JSON
Raw Normal View History

2023-02-05 21:27:35 +08:00
{
"OpenAI-API-Key" : "",
"GPT-Model" : "text-davinci-003",
"Diffusion-Model" : "stabilityai/stable-diffusion-2-1",
"DefaultDiffutionIterations" : 20
2023-02-05 21:27:35 +08:00
}