feat: switch back to meta llama
Some checks failed
Deploy / lint-build-deploy (push) Failing after 1m7s
Some checks failed
Deploy / lint-build-deploy (push) Failing after 1m7s
This commit is contained in:
@@ -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: [
|
||||||
|
|||||||
Reference in New Issue
Block a user