diff --git a/README.md b/README.md index 7e376ef5b..3880000b1 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,9 @@ - [x] 支持 ChatSession 级别插件功能开关 仅在使用非 `0301` 和 `0314` 版本模型时会出现插件开关,其它模型默认为关闭状态,开关也不会显示。 - + + 最新版本中已经移除上面两个模型。 + - [ ] 支持添加自定义插件 ## 最新动态 diff --git a/app/constant.ts b/app/constant.ts index 54a715998..32b576538 100644 --- a/app/constant.ts +++ b/app/constant.ts @@ -115,7 +115,7 @@ export const KnowledgeCutOffDate: Record = { "gpt-4-1106-preview": "2023-04", "gpt-4-0125-preview": "2023-04", "gpt-4-vision-preview": "2023-04", - // After improvements, + // After improvements, // it's now easier to add "KnowledgeCutOffDate" instead of stupid hardcoding it, as was done previously. "gemini-pro": "2023-12", }; @@ -211,15 +211,6 @@ export const DEFAULT_MODELS = [ providerType: "openai", }, }, - { - name: "gpt-3.5-turbo-0301", - available: true, - provider: { - id: "openai", - providerName: "OpenAI", - providerType: "openai", - }, - }, { name: "gpt-3.5-turbo-0613", available: true,