cryogenic22 commited on
Commit
97bd872
·
verified ·
1 Parent(s): c437722

Update agents/qa_agent.py

Browse files
Files changed (1) hide show
  1. agents/qa_agent.py +1 -1
agents/qa_agent.py CHANGED
@@ -40,7 +40,7 @@ class QAAgent:
40
  raise ValueError("ANTHROPIC_API_KEY not found in environment variables")
41
 
42
  self.llm = ChatAnthropic(
43
- model="claude-3-haiku-20240307",
44
  anthropic_api_key=api_key,
45
  temperature=0.1
46
  )
 
40
  raise ValueError("ANTHROPIC_API_KEY not found in environment variables")
41
 
42
  self.llm = ChatAnthropic(
43
+ model="claude-3-7-sonnet-20250219",
44
  anthropic_api_key=api_key,
45
  temperature=0.1
46
  )