Datawithsarah commited on
Commit
ae06836
·
1 Parent(s): 1b8a61f
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -89,7 +89,7 @@ def build_graph(provider: str = "huggingface"):
89
  if provider == "huggingface":
90
  llm = ChatHuggingFace(
91
  llm=HuggingFaceEndpoint(
92
- repo_id="Qwen/Qwen1.5-7B-Chat",
93
  temperature=0,
94
  huggingfacehub_api_token=os.getenv("HF_TOKEN")
95
  )
 
89
  if provider == "huggingface":
90
  llm = ChatHuggingFace(
91
  llm=HuggingFaceEndpoint(
92
+ repo_id="Qwen/Qwen2.5-Coder-32B-Instruct",
93
  temperature=0,
94
  huggingfacehub_api_token=os.getenv("HF_TOKEN")
95
  )