Skip to content

Commit

Permalink
Upgraded from Claude 3 Opus to 3.5 Sonnet per request
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbraza committed Sep 13, 2024
1 parent 726f056 commit 6007ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_agents.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ async def test_successful_memory_agent(agent_test_settings: Settings) -> None:
settings=agent_test_settings,
)
# NOTE: use Claude 3 for its <thinking> feature, testing regex replacement of it
query.settings.agent.agent_llm = "claude-3-opus-20240229"
query.settings.agent.agent_llm = "claude-3-5-sonnet-20240620"
query.settings.agent.agent_config = {
"memories": serialized_memory_model.pop("memories"),
"memory_model": serialized_memory_model,
Expand Down

0 comments on commit 6007ecd

Please sign in to comment.