Spaces:
Running
Running
Update main.py
Browse files
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):
|