shalanova commited on
Commit
0ec86eb
·
verified ·
1 Parent(s): a6a7133

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -57,7 +57,7 @@ tools = [
57
 
58
  # LLM
59
 
60
- llm = InferenceClientModel(model='meta-llama/Llama-3-8B-Instruct',
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