Skip to content

Commit

Permalink
fix log level
Browse files Browse the repository at this point in the history
  • Loading branch information
sawyerh committed Sep 2, 2024
1 parent 46cd5b1 commit 18829c4
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 @@ -53,7 +53,7 @@ def get_chat_completion(
model = "claude-3-5-sonnet-20240620"
tool_choice = {"type": "tool", "name": tool_name} if tool_name else None

logger.info(
logger.debug(
"Chat completion prompts",
extra={"system_message": system_message, "user_message": user_message},
)
Expand Down

0 comments on commit 18829c4

Please sign in to comment.