apparently OpenAI limits 4-turbo to 100 RPD

This commit is contained in:
yisding
2023-11-06 19:56:15 -08:00
parent ae65344bba
commit 3d40d0498a
+1 -1
View File
@@ -52,7 +52,7 @@ export default async function handler(
indexStruct: indexDict,
serviceContext: serviceContextFromDefaults({
llm: new OpenAI({
model: "gpt-4-1106-preview",
model: "gpt-4",
temperature: temperature,
topP: topP,
}),