Skip to content

Commit cf860b4

Browse files
author
Bob Strahan
committed
> Update CHANGELOG.md to clarify top_p configuration guidance by removing 'or omit top_p' from temperature parameter usage instructions
1 parent 60c5942 commit cf860b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ SPDX-License-Identifier: MIT-0
2424
- **Previous Logic**: Used `top_p` whenever `temperature=0.0`, preventing proper deterministic configuration
2525
- **Key Benefits**: Enables proper deterministic output with `temperature=0.0`, more intuitive parameter behavior, aligns with model provider best practices (Anthropic recommends `temperature=0` for consistent outputs)
2626
- **Affected Components**: Bedrock client (`lib/idp_common_pkg/idp_common/bedrock/client.py`), Agentic extraction service (`lib/idp_common_pkg/idp_common/extraction/agentic_idp.py`)
27-
- **Configuration Guidance**: Set `top_p: 0` or omit `top_p` to use `temperature` parameter; set `top_p` to positive value to override temperature
27+
- **Configuration Guidance**: Set `top_p: 0` to use `temperature` parameter; set `top_p` to positive value to override temperature
2828
- **Backward Compatibility**: Existing configs continue to work; users can now properly configure deterministic output
2929

3030
- Removed page image limit entirely across all IDP services (classification, extraction, assessment) following Amazon Bedrock API removal of image count restrictions. The system now processes all document pages without artificial truncation, with info logging to track image counts for monitoring purposes.

0 commit comments

Comments
 (0)