Skip to content

Commit

Permalink
feat(openai-assistant): Upgrade model to gpt-4o for improved responses
Browse files Browse the repository at this point in the history
  • Loading branch information
csulit committed Oct 25, 2024
1 parent 6a65691 commit ce824fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/openai-assistant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const openaiAssistant = async (question: string) => {
do not include '\n' in your response I need a clean array of strings
`,
model: "gpt-4",
model: "gpt-4o",
});

const thread = await openai.beta.threads.create();
Expand Down

0 comments on commit ce824fc

Please sign in to comment.