gpt4low gg

This commit is contained in:
archer
2023-07-07 14:08:06 +08:00
parent f10e8775fb
commit 54542ba11d
3 changed files with 1 additions and 13 deletions

View File

@@ -9,7 +9,6 @@ export default async function handler(req: NextApiRequest, res: NextApiResponse)
chatModelList.push(ChatModelMap[OpenAiChatEnum.GPT3516k]);
chatModelList.push(ChatModelMap[OpenAiChatEnum.GPT35]);
chatModelList.push(ChatModelMap[OpenAiChatEnum.GPT4LOW]);
chatModelList.push(ChatModelMap[OpenAiChatEnum.GPT4]);
jsonRes(res, {