Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -10,6 +10,7 @@ from admin_messages import extract_admin_message, save_admin_message
|
|
10 |
|
11 |
app = Flask(__name__)
|
12 |
|
|
|
13 |
chat_histories = {}
|
14 |
|
15 |
BASE_URL = "https://chat.qwen.ai"
|
|
|
10 |
|
11 |
app = Flask(__name__)
|
12 |
|
13 |
+
|
14 |
chat_histories = {}
|
15 |
|
16 |
BASE_URL = "https://chat.qwen.ai"
|