Files
pipelines/examples
Takahiro Kikumoto ce82635225 feat: Support Claude 4.1; avoid simultaneous temperature and top_p
Primary goal: enable compatibility with Anthropic Claude 4.1. Claude 4.1 rejects requests that specify both temperature and top_p. Align with API guidance and use only one: default to temperature; if top_p is explicitly provided, omit temperature. Preserve existing system/stop behavior. Apply equivalent handling for AWS Bedrock Claude (topP) for parity. Thinking-mode overrides remain unchanged (temperature=1.0; no top_p/topP).
2025-08-08 22:54:51 +09:00
..
2024-06-02 15:14:06 -07:00