Skip to content

Commit 6030db1

Browse files
PabloSanchitzolov
authored andcommitted
feat: add default model to doc
1 parent cdf51ac commit 6030db1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chat/watsonx-ai-chat.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ The prefix `spring.ai.watsonx.ai.chat` is the property prefix that lets you conf
6969
| spring.ai.watsonx.ai.chat.options.stop-sequences | Sets when the LLM should stop. (e.g., ["\n\n\n"]) then when the LLM generates three consecutive line breaks it will terminate. Stop sequences are ignored until after the number of tokens that are specified in the Min tokens parameter are generated. | -
7070
| spring.ai.watsonx.ai.chat.options.repetition-penalty | Sets how strongly to penalize repetitions. A higher value (e.g., 1.8) will penalize repetitions more strongly, while a lower value (e.g., 1.1) will be more lenient. | 1.0
7171
| spring.ai.watsonx.ai.chat.options.random-seed | Produce repeatable results, set the same random seed value every time. | randomly generated
72-
| spring.ai.watsonx.ai.chat.options.model | Model is the identifier of the LLM Model to be used. | ????
72+
| spring.ai.watsonx.ai.chat.options.model | Model is the identifier of the LLM Model to be used. | google/flan-ul2
7373
|====
7474

7575
== Runtime Options [[chat-options]]

0 commit comments

Comments
 (0)