IamRulo commited on
Commit
294fd01
·
verified ·
1 Parent(s): ce6fc1d

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -185,7 +185,7 @@ def build_graph(provider: str = "huggingface"):
185
  llm=HuggingFaceEndpoint(
186
  endpoint_url="https://api-inference.huggingface.co/models/Meta-DeepLearning/llama-2-7b-chat-hf",
187
  temperature=0.2,
188
- token="HF_TOKEN"
189
  ),
190
  )
191
  else:
 
185
  llm=HuggingFaceEndpoint(
186
  endpoint_url="https://api-inference.huggingface.co/models/Meta-DeepLearning/llama-2-7b-chat-hf",
187
  temperature=0.2,
188
+ #token="HF_TOKEN",
189
  ),
190
  )
191
  else: