Skip to content

Commit 5dca254

Browse files
committed
fix(anthropic): there are two topP rows in configuration
1 parent c3edcd1 commit 5dca254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/github/blarc/ai/commits/intellij/plugin/settings/clients/anthropic/AnthropicClientPanel.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class AnthropicClientPanel private constructor(
2929
versionRow()
3030
betaRow()
3131
topPDoubleRow(topPTextField, clientConfiguration::topP.toNullableProperty())
32-
topPDoubleRow(topKTextField, clientConfiguration::topP.toNullableProperty())
32+
topKRow(topKTextField, clientConfiguration::topK.toNullableProperty())
3333
verifyRow()
3434
}
3535

0 commit comments

Comments
 (0)