From 8564fc899be732ed249c7ee8e21b83f002e88f17 Mon Sep 17 00:00:00 2001 From: jknapp Date: Sun, 16 Mar 2025 12:06:11 -0700 Subject: [PATCH] Testing Reasoning --- claude_sonnet-3-7-bedrock.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/claude_sonnet-3-7-bedrock.py b/claude_sonnet-3-7-bedrock.py index ec8ec31..3ef7916 100644 --- a/claude_sonnet-3-7-bedrock.py +++ b/claude_sonnet-3-7-bedrock.py @@ -148,7 +148,7 @@ class Pipeline: payload = {"modelId": model_id, "messages": processed_messages, "system": [{'text': system_message if system_message else 'you are an intelligent ai assistant'}], - "inferenceConfig": {"temperature": body.get("temperature", 0.5)}, + "inferenceConfig": {"temperature": 1}, "additionalModelRequestFields": reasoning_config } # if body.get("stream", False):