From 21b3c3ba838d08ce79bfba35132fd9c0ef628174 Mon Sep 17 00:00:00 2001 From: riccardo Date: Sun, 8 Feb 2026 10:22:08 +0000 Subject: [PATCH] feat: switch to deepseek llama --- utils/ai/client.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/ai/client.ts b/utils/ai/client.ts index cb93dd0..750bd13 100644 --- a/utils/ai/client.ts +++ b/utils/ai/client.ts @@ -30,7 +30,7 @@ export async function getMessage( console.info(`OVH AI request attempt ${attempt}/${MAX_RETRIES}`); const completion = await getClient().chat.completions.create({ - model: 'Meta-Llama-3_3-70B-Instruct', + model: 'DeepSeek-R1-Distill-Llama-70B', temperature: 0.7, max_tokens: 16000, tools: [