jesusgj commited on
Commit
bcf1ac6
·
1 Parent(s): 888c2fc

Modified files

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -182,7 +182,7 @@ def initialize_agent():
182
  return None
183
 
184
  try:
185
- model = InferenceClientModel(model_id="NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO", token=api_keys['together'], provider="together")
186
  logging.info("✅ Primary model (Llama 3.1 70B) loaded successfully")
187
  except Exception as e:
188
  logging.warning(f"⚠️ Failed to load primary model, falling back. Error: {e}")
 
182
  return None
183
 
184
  try:
185
+ model = InferenceClientModel(model_id="meta-llama/Llama-3.1-70B-Instruct-Turbo", token=api_keys['together'], provider="together")
186
  logging.info("✅ Primary model (Llama 3.1 70B) loaded successfully")
187
  except Exception as e:
188
  logging.warning(f"⚠️ Failed to load primary model, falling back. Error: {e}")