inherit chatStore.model

This commit is contained in:
2023-06-14 12:14:57 +08:00
parent e03160d04d
commit 4860c6dff3

View File

@@ -149,7 +149,8 @@ export function App() {
chatStore.apiKey,
chatStore.systemMessageContent,
chatStore.apiEndpoint,
chatStore.streamMode
chatStore.streamMode,
chatStore.model
)
)
);
@@ -229,7 +230,8 @@ export function App() {
chatStore.apiKey,
chatStore.systemMessageContent,
chatStore.apiEndpoint,
chatStore.streamMode
chatStore.streamMode,
chatStore.model
)
);
}