mnab commited on
Commit
38f51a6
·
verified ·
1 Parent(s): 51d956c

Upload agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -211,7 +211,7 @@ search_tool = DuckDuckGoSearchResults()
211
  # )
212
  llm = ChatHuggingFace(
213
  llm=HuggingFaceEndpoint(
214
- repo_id="Qwen/Qwen3-30B-A3B",
215
  # repo_id="meta-llama/Llama-3-70B-Instruct",
216
  temperature=0,
217
  huggingfacehub_api_token=os.environ["HUGGINGFACEHUB_API_TOKEN"],
 
211
  # )
212
  llm = ChatHuggingFace(
213
  llm=HuggingFaceEndpoint(
214
+ repo_id="Qwen/Qwen3-4B",
215
  # repo_id="meta-llama/Llama-3-70B-Instruct",
216
  temperature=0,
217
  huggingfacehub_api_token=os.environ["HUGGINGFACEHUB_API_TOKEN"],