We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73f9cb8 commit be7e291Copy full SHA for be7e291
models/spring-ai-bedrock/src/main/java/org/springframework/ai/bedrock/titan/BedrockTitanChatOptions.java
@@ -121,11 +121,11 @@ public void setStopSequences(List<String> stopSequences) {
121
122
@Override
123
public Integer getTopK() {
124
- throw new UnsupportedOperationException("Bedrock Titian Chat does not support the 'TopK' option.");
+ throw new UnsupportedOperationException("Bedrock Titan Chat does not support the 'TopK' option.");
125
}
126
127
public void setTopK(Integer topK) {
128
- throw new UnsupportedOperationException("Bedrock Titian Chat does not support the 'TopK' option.'");
+ throw new UnsupportedOperationException("Bedrock Titan Chat does not support the 'TopK' option.'");
129
130
131
0 commit comments