mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-15 05:23:42 +08:00
feat: 修改插件模型版本限制
This commit is contained in:
@@ -47,7 +47,7 @@ export const createEmptyMask = () =>
|
||||
lang: getLang(),
|
||||
builtin: false,
|
||||
createdAt: Date.now(),
|
||||
usePlugins: useAppConfig.getState().modelConfig.model.endsWith("0613"),
|
||||
usePlugins: !/03\d{2}$/.test(useAppConfig.getState().modelConfig.model),
|
||||
} as Mask);
|
||||
|
||||
export const useMaskStore = create<MaskStore>()(
|
||||
|
||||
Reference in New Issue
Block a user