添加text-davinci-003

This commit is contained in:
zouzhongy 2023-04-24 19:58:08 +08:00
parent 6b36b255ef
commit 73eac1072f

View File

@ -73,6 +73,10 @@ export const ALL_MODELS = [
name: "gpt-3.5-turbo-0301",
available: true,
},
{
name: "text-davinci-003",
available: true,
},
] as const;
export type ModelType = (typeof ALL_MODELS)[number]["name"];