mahin1234 commited on
Commit
1a0409b
·
verified ·
1 Parent(s): b801fd9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import os
5
  # ============================================================
6
  # ১. মডেল সেটআপ
7
  # ============================================================
8
- model_id = os.getenv("MODEL_ID", "mahin1234/lychee-gpt")
9
 
10
  def respond(
11
  message,
 
5
  # ============================================================
6
  # ১. মডেল সেটআপ
7
  # ============================================================
8
+ model_id = os.getenv("MODEL_ID", "zai-org/GLM-5.2")
9
 
10
  def respond(
11
  message,