2023-09-13 03:27:34 -04:00
|
|
|
{
|
|
|
|
"homeserver": "https://matrix-client.matrix.org",
|
|
|
|
"user_id": "@lullap:xxxxx.org",
|
|
|
|
"password": "xxxxxxxxxxxxxxxxxx",
|
2023-12-05 06:14:26 -05:00
|
|
|
"access_token": "xxxxxxxxxxxxxx",
|
2023-09-13 03:27:34 -04:00
|
|
|
"device_id": "MatrixChatGPTBot",
|
|
|
|
"room_id": "!xxxxxxxxxxxxxxxxxxxxxx:xxxxx.org",
|
|
|
|
"import_keys_path": "element-keys.txt",
|
|
|
|
"import_keys_password": "xxxxxxxxxxxxxxxxxxxx",
|
|
|
|
"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",
|
2023-09-17 11:00:02 -04:00
|
|
|
"lc_admin": ["@admin:xxxxx.org"],
|
2023-09-17 00:27:16 -04:00
|
|
|
"image_generation_endpoint": "http://localai:8080/v1/images/generations",
|
2023-12-23 08:03:36 -05:00
|
|
|
"image_generation_backend": "localai",
|
|
|
|
"image_generation_size": "512x512",
|
2024-01-04 08:35:28 -05:00
|
|
|
"sdwui_steps": 20,
|
|
|
|
"sdwui_sampler_name": "Euler a",
|
|
|
|
"sdwui_cfg_scale": 7,
|
2023-12-23 08:03:36 -05:00
|
|
|
"image_format": "webp",
|
2024-03-08 02:07:01 -05:00
|
|
|
"gpt_vision_api_endpoint": "https://api.openai.com/v1/chat/completions",
|
|
|
|
"gpt_vision_model": "gpt-4-vision-preview",
|
2023-09-13 03:27:34 -04:00
|
|
|
"timeout": 120.0
|
|
|
|
}
|