mike boone commited on
Commit
ac4f6c3
·
1 Parent(s): cc01f82

fix: omit deprecated temperature for anthropic

Browse files
Files changed (1) hide show
  1. main_research.py +1 -2
main_research.py CHANGED
@@ -453,7 +453,6 @@ class MultiLLMResearcher:
453
  model=self.actual_model,
454
  max_tokens=max_tokens,
455
  messages=user_messages,
456
- temperature=temperature,
457
  )
458
  if system_parts:
459
  kwargs["system"] = "\n\n".join(system_parts)
@@ -612,4 +611,4 @@ if __name__ == "__main__":
612
  print(f"Research failed: {results.get('error')}")
613
 
614
  except Exception as e:
615
- print(f"Error running research: {str(e)}")
 
453
  model=self.actual_model,
454
  max_tokens=max_tokens,
455
  messages=user_messages,
 
456
  )
457
  if system_parts:
458
  kwargs["system"] = "\n\n".join(system_parts)
 
611
  print(f"Research failed: {results.get('error')}")
612
 
613
  except Exception as e:
614
+ print(f"Error running research: {str(e)}")