IamRulo commited on
Commit
f46b08a
·
verified ·
1 Parent(s): 0afb963

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +2 -1
agent.py CHANGED
@@ -184,7 +184,8 @@ def build_graph(provider: str = "huggingface"):
184
  llm = ChatHuggingFace(
185
  llm=HuggingFaceEndpoint(
186
  #endpoint_url="https://api-inference.huggingface.co/models/Meta-DeepLearning/llama-2-7b-chat-hf",
187
- endpoint_url="https://api-inference.huggingface.co/models/Qwen/Qwen3-30B-A3B",
 
188
  temperature=0,
189
  ),
190
  )
 
184
  llm = ChatHuggingFace(
185
  llm=HuggingFaceEndpoint(
186
  #endpoint_url="https://api-inference.huggingface.co/models/Meta-DeepLearning/llama-2-7b-chat-hf",
187
+ #endpoint_url="https://api-inference.huggingface.co/models/Qwen/Qwen3-30B-A3B",
188
+ endpoint_url="https://api-inference.huggingface.co/models/Qwen/Qwen2.5-Coder-32B.Instruct",
189
  temperature=0,
190
  ),
191
  )