fix ki modell

This commit is contained in:
nadja
2026-08-26 19:05:33 +02:00
parent c0c3421f33
commit 39b6a16598

View File

@@ -21,8 +21,12 @@ export async function extractRecipe(description) {
system: SYSTEM_PROMPT,
prompt: `Extrahiere ein Rezept aus dieser TikTok-Videobeschreibung:\n\n${description}`,
stream: false,
options: {
num_ctx: 2048,
temperature: 0.1,
},
}),
signal: AbortSignal.timeout(120000),
signal: AbortSignal.timeout(240000),
});
if (!response.ok) {