Skip to content

Commit 20d6452

Browse files
committed
fix: correct 4o model name
1 parent 05ba8bf commit 20d6452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/registry/pages/api/jobs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export default async function handler(req, res) {
2525

2626
// Generate a natural language description of the resume
2727
const resumeCompletion = await openai.chat.completions.create({
28-
model: 'gpt-4-mini',
28+
model: 'gpt-4o-mini',
2929
messages: [
3030
{
3131
role: 'system',

0 commit comments

Comments
 (0)