mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-08 19:16:37 +08:00
gpt-3.5-turbo-16k for chat summaries
This commit is contained in:
parent
813681109e
commit
d29b053ee5
@ -501,7 +501,7 @@ export const useChatStore = create<ChatStore>()(
|
|||||||
api.llm.chat({
|
api.llm.chat({
|
||||||
messages: topicMessages,
|
messages: topicMessages,
|
||||||
config: {
|
config: {
|
||||||
model: "gpt-3.5-turbo",
|
model: "gpt-3.5-turbo-16k",
|
||||||
},
|
},
|
||||||
onFinish(message) {
|
onFinish(message) {
|
||||||
get().updateCurrentSession(
|
get().updateCurrentSession(
|
||||||
|
Loading…
Reference in New Issue
Block a user