File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
ychat/src/commonMain/kotlin/co/yml/ychat Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments