ChuanhuChatGPT / config.json
Felix5572's picture
update default settings
28d8812
raw
history blame
587 Bytes
{
"openai_api_key": "${{ OPENAI_API_KEY }}",
"openai_api_base": "https://openrouter.ai/api/",
"midjourney_temp_folder": "files",
"users": [
[
"felix5572",
"${{ DEFAULT_PASSWORD }}"
]
],
"hide_history_when_not_logged_in": true,
"check_update": false,
"bot_avatar": "default",
"user_avatar": "default",
"default_model": "gpt-4o",
"default_chuanhu_assistant_model": "gpt-4o",
"latex_option": "default",
"hide_my_key": true,
"server_name": "0.0.0.0",
"server_port": 7860,
"share":true
}