Spaces:
Sleeping
Sleeping
Upload agent.py
Browse files
agent.py
CHANGED
@@ -211,7 +211,7 @@ search_tool = DuckDuckGoSearchResults()
|
|
211 |
# )
|
212 |
llm = ChatHuggingFace(
|
213 |
llm=HuggingFaceEndpoint(
|
214 |
-
repo_id="Qwen/Qwen3-
|
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"],
|