mirror of
https://github.com/run-llama/ts-playground.git
synced 2026-07-01 20:44:01 -04:00
apparently OpenAI limits 4-turbo to 100 RPD
This commit is contained in:
@@ -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,
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user