feat: switch to deepseek llama
Some checks failed
Deploy / lint-build-deploy (push) Failing after 1m52s
Some checks failed
Deploy / lint-build-deploy (push) Failing after 1m52s
This commit is contained in:
@@ -30,7 +30,7 @@ export async function getMessage<T>(
|
||||
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: [
|
||||
|
||||
Reference in New Issue
Block a user