chore: remove old model
This commit is contained in:
parent
c45cab1e98
commit
9212773d88
|
@ -124,6 +124,8 @@
|
|||
|
||||
仅在使用非 `0301` 和 `0314` 版本模型时会出现插件开关,其它模型默认为关闭状态,开关也不会显示。
|
||||
|
||||
最新版本中已经移除上面两个模型。
|
||||
|
||||
- [ ] 支持添加自定义插件
|
||||
|
||||
## 最新动态
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue