simple model config

This commit is contained in:
duanfuxiang
2025-02-17 13:06:22 +08:00
parent bf29a42baa
commit 025dc85c59
34 changed files with 12098 additions and 708 deletions

View File

@@ -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,
},