Skip to content

Commit 3b0ba8d

Browse files
committed
fix: rename albert model
1 parent 1a5942f commit 3b0ba8d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/09-ai/02-playground/src/data/aimodels.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const AI_MODELS = [
1313
"mistral.chat/ministral-8b-latest",
1414
"anthropic.chat/claude-3-7-sonnet-latest",
1515
"anthropic.chat/claude-3-5-haiku-latest",
16-
"albert-etalab.chat/neuralmagic/Meta-Llama-3.1-70B-Instruct-FP8",
16+
"albert-etalab.chat/albert-large",
1717
"google.generative-ai/gemini-1.5-pro",
1818
"google.generative-ai/gemini-1.5-flash",
1919
"google.generative-ai/gemini-2.5-pro",

packages/xl-ai/src/testUtil/testAIModels.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const albert = createOpenAICompatible({
2626
name: "albert-etalab",
2727
baseURL: "https://albert.api.etalab.gouv.fr/v1",
2828
...client.getProviderSettings("albert-etalab"),
29-
})("neuralmagic/Meta-Llama-3.1-70B-Instruct-FP8");
29+
})("albert-etalab.chat/albert-large");
3030

3131
export const testAIModels = {
3232
groq,

0 commit comments

Comments
 (0)