0

Merge pull request #144 from mendableai/feat/gpt-4o

Update models.ts
This commit is contained in:
Nicolas 2024-05-13 12:24:30 -07:00 committed by GitHub
commit 3f090ffd7c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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