Skip to content

Commit cdf51ac

Browse files
PabloSanchitzolov
authored andcommitted
feat: add default model
1 parent ab4ff92 commit cdf51ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-ai-spring-boot-autoconfigure/src/main/java/org/springframework/ai/autoconfigure/watsonxai/WatsonxAiChatProperties.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ public class WatsonxAiChatProperties {
4040
*/
4141
@NestedConfigurationProperty
4242
private WatsonxAiChatOptions options = WatsonxAiChatOptions.builder()
43+
.withModel("google/flan-ul2")
4344
.withTemperature(0.7f)
4445
.withTopP(1.0f)
4546
.withTopK(50)

0 commit comments

Comments
 (0)