|
|
@@ -90,7 +90,7 @@ function createEmptySession(): ChatSession {
|
|
|
}
|
|
|
|
|
|
function getSummarizeModel(currentModel: string) {
|
|
|
- // if it is using gpt-* models, force to use 3.5 to summarize
|
|
|
+ // if it is using gpt-* models, force to use 4o-mini to summarize
|
|
|
if (currentModel.startsWith("gpt")) {
|
|
|
const configStore = useAppConfig.getState();
|
|
|
const accessStore = useAccessStore.getState();
|