Skip to content

Commit 253c744

Browse files
Update the latest release version 1.0.1 in documentation
1 parent 845d562 commit 253c744

File tree

3 files changed

+5
-13
lines changed

3 files changed

+5
-13
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
:project-version: 1.0.0
1+
:project-version: 1.0.1
22
:langchain4j-version: 1.0.0
33
:examples-dir: ./../examples/

docs/modules/ROOT/pages/includes/quarkus-langchain4j-watsonx.adoc

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -662,9 +662,7 @@ endif::add-copy-button-to-config-props[]
662662

663663
[.description]
664664
--
665-
Specifies the maximum number of tokens that can be generated in the chat completion.
666-
667-
The total number of tokens — including both input and output — must not exceed the model's context length.
665+
The maximum number of tokens that can be generated in the chat completion. The total length of input tokens and generated tokens is limited by the model's context length. Set to 0 for the model's configured max generated tokens.
668666

669667

670668
ifdef::add-copy-button-to-env-var[]
@@ -2180,9 +2178,7 @@ endif::add-copy-button-to-config-props[]
21802178

21812179
[.description]
21822180
--
2183-
Specifies the maximum number of tokens that can be generated in the chat completion.
2184-
2185-
The total number of tokens — including both input and output — must not exceed the model's context length.
2181+
The maximum number of tokens that can be generated in the chat completion. The total length of input tokens and generated tokens is limited by the model's context length. Set to 0 for the model's configured max generated tokens.
21862182

21872183

21882184
ifdef::add-copy-button-to-env-var[]

docs/modules/ROOT/pages/includes/quarkus-langchain4j-watsonx_quarkus.langchain4j.adoc

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -662,9 +662,7 @@ endif::add-copy-button-to-config-props[]
662662

663663
[.description]
664664
--
665-
Specifies the maximum number of tokens that can be generated in the chat completion.
666-
667-
The total number of tokens — including both input and output — must not exceed the model's context length.
665+
The maximum number of tokens that can be generated in the chat completion. The total length of input tokens and generated tokens is limited by the model's context length. Set to 0 for the model's configured max generated tokens.
668666

669667

670668
ifdef::add-copy-button-to-env-var[]
@@ -2180,9 +2178,7 @@ endif::add-copy-button-to-config-props[]
21802178

21812179
[.description]
21822180
--
2183-
Specifies the maximum number of tokens that can be generated in the chat completion.
2184-
2185-
The total number of tokens — including both input and output — must not exceed the model's context length.
2181+
The maximum number of tokens that can be generated in the chat completion. The total length of input tokens and generated tokens is limited by the model's context length. Set to 0 for the model's configured max generated tokens.
21862182

21872183

21882184
ifdef::add-copy-button-to-env-var[]

0 commit comments

Comments
 (0)