Skip to content

Commit

Permalink
Use faster model
Browse files Browse the repository at this point in the history
  • Loading branch information
sawyerh committed Sep 2, 2024
1 parent 18829c4 commit e9a11ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/ai/services/ai.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def get_chat_completion(
tool_name: Optional[Literal["summarize_highlights"]] = None,
):
client = ac_client
model = "claude-3-5-sonnet-20240620"
model = "claude-3-haiku-20240307"
tool_choice = {"type": "tool", "name": tool_name} if tool_name else None

logger.debug(
Expand Down

0 comments on commit e9a11ac

Please sign in to comment.