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