mattermost_bot/config.json.example
hibobmaster 7142045292
feat: refactor chat backend
feat: introduce pre-commit hooks
feat: send reply in thread
fix: !gpt !chat API endpoint and API key validation logic
2023-09-18 13:47:50 +08:00

8 lines
212 B
Text

{
"server_url": "xxxx.xxxx.xxxxx",
"email": "xxxxx",
"username": "@chatgpt",
"password": "xxxxxxxxxxxxxxxxx",
"openai_api_key": "xxxxxxxxxxxxxxxxxxxxxxxxx",
"gpt_model": "gpt-3.5-turbo"
}