shalanova commited on
Commit
617295a
·
verified ·
1 Parent(s): b45781d

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_id='Qwen/Qwen2-72B',
61
  token=os.getenv('TOGETHER_KEY'),
62
  provider="together")
63
 
 
57
 
58
  # LLM
59
 
60
+ llm = InferenceClientModel(model_id='meta-llama/Llama-2-70b-hf',
61
  token=os.getenv('TOGETHER_KEY'),
62
  provider="together")
63