Skip to content

Commit e9c09ba

Browse files
Update components/deepseek/actions/create-chat-completion/create-chat-completion.mjs
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 36c975e commit e9c09ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/deepseek/actions/create-chat-completion/create-chat-completion.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ export default {
117117
: null,
118118
stop: parseObject(this.stop),
119119
stream: this.stream,
120-
stream_options: this.stram
120+
stream_options: this.stream
121121
? {
122122
include_usage: this.streamIncludeUsage,
123123
}

0 commit comments

Comments
 (0)