fix: remove response_format incompatible with LM Studio API

This commit is contained in:
vakabunga
2026-03-14 15:23:33 +03:00
parent a5f2294440
commit 627706228b

View File

@@ -119,7 +119,6 @@ export async function convertPdfToStatement(
],
temperature: 0,
max_tokens: 32768,
response_format: { type: 'json_object' },
});
const content = completion.choices[0]?.message?.content?.trim();