26 lines
885 B
Text
26 lines
885 B
Text
{
|
|
"server_url": "localhost",
|
|
"email": "bot@hibobmaster.com",
|
|
"username": "@bot",
|
|
"password": "SfBKY%K7*e&a%ZX$3g@Am&jQ",
|
|
"port": 8065,
|
|
"scheme": "http",
|
|
"openai_api_key": "xxxxxxxxxxxxxxxxxxxxxxxx",
|
|
"gpt_api_endpoint": "https://api.openai.com/v1/chat/completions",
|
|
"gpt_model": "gpt-3.5-turbo",
|
|
"max_tokens": 4000,
|
|
"top_p": 1.0,
|
|
"presence_penalty": 0.0,
|
|
"frequency_penalty": 0.0,
|
|
"reply_count": 1,
|
|
"temperature": 0.8,
|
|
"system_prompt": "You are ChatGPT, a large language model trained by OpenAI. Respond conversationally",
|
|
"image_generation_endpoint": "http://localai:8080/v1/images/generations",
|
|
"image_generation_backend": "localai",
|
|
"image_generation_size": "512x512",
|
|
"sdwui_steps": 20,
|
|
"sdwui_sampler_name": "Euler a",
|
|
"sdwui_cfg_scale": 7,
|
|
"image_format": "jpeg",
|
|
"timeout": 120.0
|
|
}
|