Skip to content

Commit

Permalink
Merge pull request #144 from mendableai/feat/gpt-4o
Browse files Browse the repository at this point in the history
Update models.ts
  • Loading branch information
nickscamara authored May 13, 2024
2 parents 2ce0459 + 4cc46d4 commit 3f090ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/src/lib/LLM-extraction/models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3f090ff

Please sign in to comment.