Shago commited on
Commit
87c927e
·
verified ·
1 Parent(s): 82b861d

Update agents/agents_nodes.py

Browse files
Files changed (1) hide show
  1. agents/agents_nodes.py +1 -1
agents/agents_nodes.py CHANGED
@@ -31,7 +31,7 @@ llm_endpoint = HuggingFaceEndpoint(
31
  huggingfacehub_api_token=os.environ["HF_TOKEN"],
32
  max_new_tokens=1024,
33
  temperature=0.0,
34
- provider="huggingface",
35
  )
36
 
37
  llm = ChatHuggingFace(llm=llm_endpoint)
 
31
  huggingfacehub_api_token=os.environ["HF_TOKEN"],
32
  max_new_tokens=1024,
33
  temperature=0.0,
34
+ provider="auto",
35
  )
36
 
37
  llm = ChatHuggingFace(llm=llm_endpoint)