Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
|
@@ -58,7 +58,8 @@ 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('TOGETHER_KEY'),
|
| 62 |
+
base_url="https://api.together.xyz/v1")
|
| 63 |
|
| 64 |
|
| 65 |
# Agent
|