use gpt-3.5-turbo as default new ChatStore

This commit is contained in:
2023-03-29 15:51:04 +08:00
parent 35ee9cab0e
commit 3de689a796

View File

@@ -108,7 +108,6 @@ export function App() {
chatStore.systemMessageContent, chatStore.systemMessageContent,
chatStore.apiEndpoint, chatStore.apiEndpoint,
chatStore.streamMode, chatStore.streamMode,
chatStore.model
) )
) )
); );