Spaces:
Sleeping
Sleeping
update
Browse files
app.py
CHANGED
|
@@ -57,8 +57,7 @@ class BasicAgent:
|
|
| 57 |
|
| 58 |
# Initialize LLM with api_key parameter
|
| 59 |
llm = HuggingFaceInferenceAPI(
|
| 60 |
-
model_name="Qwen/Qwen2.5-Coder-32B-Instruct"
|
| 61 |
-
api_key=hf_api_key,
|
| 62 |
)
|
| 63 |
|
| 64 |
# Create agent with function-calling-compatible LLM
|
|
|
|
| 57 |
|
| 58 |
# Initialize LLM with api_key parameter
|
| 59 |
llm = HuggingFaceInferenceAPI(
|
| 60 |
+
model_name="Qwen/Qwen2.5-Coder-32B-Instruct"
|
|
|
|
| 61 |
)
|
| 62 |
|
| 63 |
# Create agent with function-calling-compatible LLM
|