Dooratre commited on
Commit
29f1e5a
·
verified ·
1 Parent(s): f7798ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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"