Skip to content

Commit df6e1ad

Browse files
fix(vendors): update model version from gpt-5.1-mini to gpt-5-mini (#1833)
Co-authored-by: Tofik Hasanov <[email protected]>
1 parent fb9b82a commit df6e1ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/app/src/jobs/tasks/vendors/parse-questionnaire.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ async function extractContentFromFile(fileData: string, fileType: string): Promi
137137

138138
try {
139139
const { text } = await generateText({
140-
model: openai('gpt-5.1-mini'),
140+
model: openai('gpt-5-mini'),
141141
messages: [
142142
{
143143
role: 'user',

0 commit comments

Comments
 (0)