feat: switch to deepseek llama
Some checks failed
Deploy / lint-build-deploy (push) Failing after 1m52s

This commit is contained in:
2026-02-08 10:22:08 +00:00
parent 44b9793c60
commit 21b3c3ba83

View File

@@ -30,7 +30,7 @@ export async function getMessage<T>(
console.info(`OVH AI request attempt ${attempt}/${MAX_RETRIES}`); console.info(`OVH AI request attempt ${attempt}/${MAX_RETRIES}`);
const completion = await getClient().chat.completions.create({ const completion = await getClient().chat.completions.create({
model: 'Meta-Llama-3_3-70B-Instruct', model: 'DeepSeek-R1-Distill-Llama-70B',
temperature: 0.7, temperature: 0.7,
max_tokens: 16000, max_tokens: 16000,
tools: [ tools: [