Update agent.py
Browse files
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:
|