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

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +2 -1
agent.py CHANGED
@@ -57,7 +57,8 @@ tools = [
57
 
58
  # LLM
59
 
60
- llm = InferenceClientModel()
 
61
 
62
 
63
  # Agent
 
57
 
58
  # LLM
59
 
60
+ llm = InferenceClientModel(model='meta-llama/Llama-3-8B-Instruct',
61
+ token=os.getenv('tmp'))
62
 
63
 
64
  # Agent