infinityonline commited on
Commit
40e0574
·
verified ·
1 Parent(s): f1eba13

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -12,7 +12,7 @@ from fastapi.responses import JSONResponse
12
 
13
  API_SECRET_KEY = os.getenv("API_SECRET_KEY", "2026-2026")
14
 
15
- ZAI_MODELS = ["GLM-5.1", "GLM-5-Turbo", "GLM-5V-Turbo"]
16
 
17
 
18
  class AsyncBrowserThread(threading.Thread):
 
12
 
13
  API_SECRET_KEY = os.getenv("API_SECRET_KEY", "2026-2026")
14
 
15
+ ZAI_MODELS = ["GLM-5.1", "GLM-5-Turbo", "GLM-5V-Turbo","GLM-5", "GLM-4.7", "GLM-4.6V", "GLM-4.5-Air" ]
16
 
17
 
18
  class AsyncBrowserThread(threading.Thread):