Update models.ts

This commit is contained in:
Eric Ciarla 2024-05-13 15:23:31 -04:00
parent 2ce045912f
commit 4cc46d4af8

View File

@ -24,7 +24,7 @@ function prepareOpenAIDoc(
export async function generateOpenAICompletions({
client,
model = "gpt-4-turbo",
model = "gpt-4o",
document,
schema, //TODO - add zod dynamic type checking
prompt = defaultPrompt,