Skip to content

Commit 8992ab7

Browse files
committed
doc: fix javadoc
1 parent 48facea commit 8992ab7

File tree

1 file changed

+2
-2
lines changed
  • ychat/src/commonMain/kotlin/co/yml/ychat

1 file changed

+2
-2
lines changed

ychat/src/commonMain/kotlin/co/yml/ychat/YChat.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ interface YChat {
112112
* The image generations api is used to generate images based on a prompt. You input some text as a
113113
* prompt, and the model will generate one or more images.
114114
*
115-
* You can configure the parameters of the completion before executing it. Example:
115+
* You can configure the parameters before executing it. Example:
116116
* ```
117117
* val result = YChat.create(apiKey).imageGenerations()
118118
* .setResults(2)
@@ -141,7 +141,7 @@ interface YChat {
141141
/**
142142
* The audioTranscriptions api is used to transcribes audio into the input language.
143143
*
144-
* You can configure the parameters of the edits before executing it. Example:
144+
* You can configure the parameters before executing it. Example:
145145
* ```
146146
* val result = YChat.create(apiKey).audioTranscriptions()
147147
* .setTemperature(0.4)

0 commit comments

Comments
 (0)