Spaces:
Running
Running
Update main.py
Browse files
main.py
CHANGED
|
@@ -10,10 +10,10 @@ from fastapi import FastAPI, Header, HTTPException, Request
|
|
| 10 |
from fastapi.responses import JSONResponse
|
| 11 |
|
| 12 |
|
| 13 |
-
API_SECRET_KEY = os.getenv("API_SECRET_KEY", "
|
| 14 |
|
| 15 |
# الموديلات المتاحة في chat.z.ai
|
| 16 |
-
ZAI_MODELS = ["GLM-5.1", "GLM-5-Turbo"]
|
| 17 |
|
| 18 |
|
| 19 |
class AsyncBrowserThread(threading.Thread):
|
|
|
|
| 10 |
from fastapi.responses import JSONResponse
|
| 11 |
|
| 12 |
|
| 13 |
+
API_SECRET_KEY = os.getenv("API_SECRET_KEY", "2026-2026")
|
| 14 |
|
| 15 |
# الموديلات المتاحة في chat.z.ai
|
| 16 |
+
ZAI_MODELS = ["GLM-5.1", "GLM-5-Turbo", "GLM-5V-Turbo"]
|
| 17 |
|
| 18 |
|
| 19 |
class AsyncBrowserThread(threading.Thread):
|