Spaces:
Running
Running
File size: 587 Bytes
ef94554 8c3dd82 ef94554 8c3dd82 ef94554 28d8812 ef94554 28d8812 78d8813 28d8812 ef94554 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
{
"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
}
|