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