Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
|
@@ -58,7 +58,7 @@ tools = [
|
|
| 58 |
# LLM
|
| 59 |
|
| 60 |
llm = InferenceClientModel(model='mistralai/Mistral-7B-Instruct-v0.3',
|
| 61 |
-
token=os.getenv('
|
| 62 |
|
| 63 |
|
| 64 |
# Agent
|
|
|
|
| 58 |
# LLM
|
| 59 |
|
| 60 |
llm = InferenceClientModel(model='mistralai/Mistral-7B-Instruct-v0.3',
|
| 61 |
+
token=os.getenv('HF_TOKEN'))
|
| 62 |
|
| 63 |
|
| 64 |
# Agent
|