simple model config
This commit is contained in:
@@ -279,7 +279,7 @@ const Chat = forwardRef<ChatRef, ChatProps>((props, ref) => {
|
||||
const stream = await streamResponse(
|
||||
chatModel,
|
||||
{
|
||||
model: chatModel.name,
|
||||
model: chatModel.modelId,
|
||||
messages: requestMessages,
|
||||
stream: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user