mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-16 22:13:47 +08:00
注释一堆注释
This commit is contained in:
@@ -227,7 +227,7 @@ export const useChatStore = createPersistStore(
|
||||
newSession(mask?: Mask, currentModel?: Mask["modelConfig"]["model"]) {
|
||||
const session = createEmptySession();
|
||||
const config = useAppConfig.getState();
|
||||
console.log("------", session, "2222", config);
|
||||
// console.log("------", session, "2222", config);
|
||||
// 继承当前会话的模型
|
||||
if (currentModel) {
|
||||
session.mask.modelConfig.model = currentModel;
|
||||
|
||||
Reference in New Issue
Block a user