fix: persist model on conversation send, fallback resolution, carry model on new conversation
This commit is contained in:
@@ -331,7 +331,7 @@ export default function ChatPage() {
|
||||
}
|
||||
|
||||
async function handleNewConversation() {
|
||||
const conv = await api.createConversation("新会话");
|
||||
const conv = await api.createConversation("新会话", selectedModelId || undefined);
|
||||
setActiveConvId(conv.id);
|
||||
setMessages([]);
|
||||
setError(null);
|
||||
|
||||
Reference in New Issue
Block a user