junlin3 commited on
Commit
44c0550
·
1 Parent(s): 021d17f

chang to qwen3

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -182,7 +182,7 @@ def build_graph(tag: str='huggingface'):
182
  elif tag == "huggingface":
183
  llm = ChatHuggingFace(
184
  llm=HuggingFaceEndpoint(
185
- endpoint_url="https://api-inference.huggingface.co/models/Meta-DeepLearning/llama-2-7b-chat-hf"),
186
  temperature=0,
187
  )
188
  else:
 
182
  elif tag == "huggingface":
183
  llm = ChatHuggingFace(
184
  llm=HuggingFaceEndpoint(
185
+ endpoint_url="https://api-inference.huggingface.co/models/Qwen/Qwen3-14B"),
186
  temperature=0,
187
  )
188
  else: