matrix_chatgpt_bot/config.json.example

8 lines
208 B
Plaintext
Raw Normal View History

2023-03-05 09:07:25 -05:00
{
2023-09-13 03:27:34 -04:00
"homeserver": "https://matrix-client.matrix.org",
2023-03-05 09:07:25 -05:00
"user_id": "@lullap:xxxxx.org",
"password": "xxxxxxxxxxxxxxxxxx",
2023-09-13 03:27:34 -04:00
"device_id": "MatrixChatGPTBot",
"openai_api_key": "xxxxxxxxxxxxxxxxxxxxxxxx"
2023-04-10 22:54:59 -04:00
}