shalanova commited on
Commit
828a8c2
·
verified ·
1 Parent(s): 1c61ded

Update agent.py

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