AARANHA commited on
Commit
3361c46
·
verified ·
1 Parent(s): 43c0aec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from datetime import datetime
6
  # Configuração GLM-4.6
7
  HF_TOKEN = os.getenv("HF_TOKEN", "")
8
  MODEL_ID = "zai-org/GLM-4.6-FP8:zai-org"
9
- API_URL = "https://router.huggingface.co/v1/chat/completions"
10
 
11
  class CodeAgentGLM:
12
  def __init__(self):
 
6
  # Configuração GLM-4.6
7
  HF_TOKEN = os.getenv("HF_TOKEN", "")
8
  MODEL_ID = "zai-org/GLM-4.6-FP8:zai-org"
9
+ API_URL = "https://router.huggingface.co/v1"
10
 
11
  class CodeAgentGLM:
12
  def __init__(self):