mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-10 20:16:37 +08:00
添加text-davinci-003
This commit is contained in:
parent
6b36b255ef
commit
73eac1072f
@ -73,6 +73,10 @@ export const ALL_MODELS = [
|
|||||||
name: "gpt-3.5-turbo-0301",
|
name: "gpt-3.5-turbo-0301",
|
||||||
available: true,
|
available: true,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "text-davinci-003",
|
||||||
|
available: true,
|
||||||
|
},
|
||||||
] as const;
|
] as const;
|
||||||
|
|
||||||
export type ModelType = (typeof ALL_MODELS)[number]["name"];
|
export type ModelType = (typeof ALL_MODELS)[number]["name"];
|
||||||
|
Loading…
Reference in New Issue
Block a user