Update app.py
Browse files
app.py
CHANGED
|
@@ -463,7 +463,7 @@ def get_available_models(provider: str) -> List[str]:
|
|
| 463 |
if provider == "groq":
|
| 464 |
return ["compound-beta", "compound-beta-mini"]
|
| 465 |
elif provider == "chutes":
|
| 466 |
-
return ["openai/gpt-oss-20b", "
|
| 467 |
return []
|
| 468 |
|
| 469 |
def update_model_choices(provider: str):
|
|
|
|
| 463 |
if provider == "groq":
|
| 464 |
return ["compound-beta", "compound-beta-mini"]
|
| 465 |
elif provider == "chutes":
|
| 466 |
+
return ["openai/gpt-oss-20b", "zai-org/GLM-4.5-Air", "Qwen/Qwen3-8B"]
|
| 467 |
return []
|
| 468 |
|
| 469 |
def update_model_choices(provider: str):
|