Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
ZHallen122 committed Nov 16, 2024
1 parent 38d7bf8 commit 1606de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/common/model-provider/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export class ModelProvider {

chat(
input: ChatInput | string,
model?: string,
model: string,
chatId?: string,
): CustomAsyncIterableIterator<ChatCompletionChunk> {
const chatInput = this.normalizeChatInput(input);
Expand Down

0 comments on commit 1606de2

Please sign in to comment.