sumsaw commited on
Commit
5c0adcf
·
verified ·
1 Parent(s): 3bac201

Update agents.py

Browse files
Files changed (1) hide show
  1. agents.py +1 -1
agents.py CHANGED
@@ -14,7 +14,7 @@ load_dotenv()
14
 
15
  llm_claude=ChatAnthropic(verbose=True,
16
  model='claude-3-opus-20240229',
17
- temperature=0.6,
18
  api_key=os.environ['ANTHROPIC_API_KEY'])
19
 
20
 
 
14
 
15
  llm_claude=ChatAnthropic(verbose=True,
16
  model='claude-3-opus-20240229',
17
+ temperature=0.3,
18
  api_key=os.environ['ANTHROPIC_API_KEY'])
19
 
20