Spaces:
Sleeping
Sleeping
Update chatbot.py
Browse files- chatbot.py +1 -1
chatbot.py
CHANGED
|
@@ -13,7 +13,7 @@ OPENROUTER_API_KEY = os.getenv("OPENROUTER_API_KEY")
|
|
| 13 |
class CodeAssistantBot:
|
| 14 |
def __init__(self):
|
| 15 |
self.model = ChatOpenAI(
|
| 16 |
-
model="
|
| 17 |
base_url="https://openrouter.ai/api/v1",
|
| 18 |
api_key=OPENROUTER_API_KEY,
|
| 19 |
temperature=0.6
|
|
|
|
| 13 |
class CodeAssistantBot:
|
| 14 |
def __init__(self):
|
| 15 |
self.model = ChatOpenAI(
|
| 16 |
+
model="z-ai/glm-4.5-air:free",
|
| 17 |
base_url="https://openrouter.ai/api/v1",
|
| 18 |
api_key=OPENROUTER_API_KEY,
|
| 19 |
temperature=0.6
|