注释一堆注释

This commit is contained in:
sijinhui
2024-07-12 00:33:13 +08:00
parent 578f0b883c
commit 4733de20b2
5 changed files with 5 additions and 6 deletions

View File

@@ -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;