Skip to content

Commit

Permalink
fix: change gpt model (gpt-4o-mini -> gpt-4o)
Browse files Browse the repository at this point in the history
  • Loading branch information
mst-mkt committed Sep 6, 2024
1 parent e6dc5ad commit 0245d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/backend/src/middlewares/aiModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const aiModelMiddleware = createMiddleware(async (c, next) => {
baseURL: requestUrl,
})

const model = openai('gpt-4o-mini')
const model = openai('gpt-4o')

c.set('model', model)

Expand Down

0 comments on commit 0245d05

Please sign in to comment.