simyan1 commited on
Commit
0cae9f3
·
verified ·
1 Parent(s): 2e5d4d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -49,7 +49,8 @@ client = openai.OpenAI(
49
  base_url="https://openrouter.ai/api/v1"
50
  )
51
 
52
- MODEL_NAME = "x-ai/grok-4.1-fast"
 
53
 
54
  # Global thread pool for concurrent execution
55
  executor = ThreadPoolExecutor(max_workers=5) # حداکثر ۵ درخواست همزمان
 
49
  base_url="https://openrouter.ai/api/v1"
50
  )
51
 
52
+ #MODEL_NAME = "x-ai/grok-4.1-fast"
53
+ MODEL_NAME = "openrouter/aurora-alpha"
54
 
55
  # Global thread pool for concurrent execution
56
  executor = ThreadPoolExecutor(max_workers=5) # حداکثر ۵ درخواست همزمان