errchh commited on
Commit
26b4841
·
1 Parent(s): 1b04af5

changed llm

Browse files
Files changed (2) hide show
  1. __pycache__/agent.cpython-312.pyc +0 -0
  2. agent.py +1 -1
__pycache__/agent.cpython-312.pyc CHANGED
Binary files a/__pycache__/agent.cpython-312.pyc and b/__pycache__/agent.cpython-312.pyc differ
 
agent.py CHANGED
@@ -151,7 +151,7 @@ tools = [
151
  def build_graph():
152
  # llm
153
  llm = HuggingFaceEndpoint(
154
- repo_id="deepseek-ai/DeepSeek-R1",
155
  huggingfacehub_api_token=HUGGINGFACEHUB_API_TOKEN,
156
  )
157
  print(f"DEBUG: llm object = {llm}")
 
151
  def build_graph():
152
  # llm
153
  llm = HuggingFaceEndpoint(
154
+ repo_id="Qwen/Qwen2.5-Coder-32B-Instruct",
155
  huggingfacehub_api_token=HUGGINGFACEHUB_API_TOKEN,
156
  )
157
  print(f"DEBUG: llm object = {llm}")