Bandook01 commited on
Commit
f965a73
·
1 Parent(s): 59d748d
Files changed (1) hide show
  1. app.py +1 -2
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