Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -500,8 +500,6 @@ async def generate_text(request: Request):
|
|
| 500 |
elif score >= 3 and structured_task:
|
| 501 |
chosen_model = "qwen-3-235b-a22b-instruct-2507"
|
| 502 |
provider = "cerebras"
|
| 503 |
-
provide="groq"
|
| 504 |
-
chosen_model = "llama-3.3-70b-versatile"
|
| 505 |
|
| 506 |
body["model"] = chosen_model
|
| 507 |
print(f"""
|
|
|
|
| 500 |
elif score >= 3 and structured_task:
|
| 501 |
chosen_model = "qwen-3-235b-a22b-instruct-2507"
|
| 502 |
provider = "cerebras"
|
|
|
|
|
|
|
| 503 |
|
| 504 |
body["model"] = chosen_model
|
| 505 |
print(f"""
|