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):