infinityonline commited on
Commit
5c90c6e
·
verified ·
1 Parent(s): 6011cd2

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -2
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", "change-secret-key-2026")
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):