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

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
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('tmp'))
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