Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
|
@@ -19,7 +19,7 @@ HUGGINGFACEHUB_API_TOKEN = getenv("HUGGINGFACEHUB_API_TOKEN")
|
|
| 19 |
|
| 20 |
|
| 21 |
llm = HuggingFaceEndpoint(
|
| 22 |
-
|
| 23 |
)
|
| 24 |
|
| 25 |
|
|
|
|
| 19 |
|
| 20 |
|
| 21 |
llm = HuggingFaceEndpoint(
|
| 22 |
+
url="https://api-inference.huggingface.co/models/Meta-DeepLearning/llama-2-7b-chat-hf",
|
| 23 |
)
|
| 24 |
|
| 25 |
|