You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove hardcoded topK in BedrockConverseProxyChatProperties (#3621)
Fixes: #3621
Bedrock does not support topK and setting it via BedrockConverseProxyChatProperties
does not have any effect.
Signed-off-by: Soby Chacko <[email protected]>
(cherry picked from commit 8c411ab)
Copy file name to clipboardExpand all lines: auto-configurations/models/spring-ai-autoconfigure-model-bedrock-ai/src/main/java/org/springframework/ai/model/bedrock/converse/autoconfigure/BedrockConverseProxyChatProperties.java
+1-5Lines changed: 1 addition & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -33,11 +33,7 @@ public class BedrockConverseProxyChatProperties {
0 commit comments