Spaces:
Running
Running
Update app.py
Browse files
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
|
| 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):
|