Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -39,7 +39,6 @@ Even if you can't answer the question fully, always provide reasoning and return
|
|
| 39 |
"""
|
| 40 |
model = InferenceClientModel(
|
| 41 |
model_id="Qwen/Qwen2.5-Coder-7B-Instruct",
|
| 42 |
-
provider="together"
|
| 43 |
)
|
| 44 |
# --- Basic Agent Definition ---
|
| 45 |
# ----- THIS IS WERE YOU CAN BUILD WHAT YOU WANT ------
|
|
|
|
| 39 |
"""
|
| 40 |
model = InferenceClientModel(
|
| 41 |
model_id="Qwen/Qwen2.5-Coder-7B-Instruct",
|
|
|
|
| 42 |
)
|
| 43 |
# --- Basic Agent Definition ---
|
| 44 |
# ----- THIS IS WERE YOU CAN BUILD WHAT YOU WANT ------
|