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

This commit is contained in:
2026-02-15 10:30:08 +00:00
parent 21b3c3ba83
commit 5362ff7599

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: 'DeepSeek-R1-Distill-Llama-70B', model: 'Meta-Llama-3_3-70B-Instruct',
temperature: 0.7, temperature: 0.7,
max_tokens: 16000, max_tokens: 16000,
tools: [ tools: [