File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
examples/09-ai/02-playground/src/data
packages/xl-ai/src/testUtil Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ export const AI_MODELS = [
13
13
"mistral.chat/ministral-8b-latest" ,
14
14
"anthropic.chat/claude-3-7-sonnet-latest" ,
15
15
"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 " ,
17
17
"google.generative-ai/gemini-1.5-pro" ,
18
18
"google.generative-ai/gemini-1.5-flash" ,
19
19
"google.generative-ai/gemini-2.5-pro" ,
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ const albert = createOpenAICompatible({
26
26
name : "albert-etalab" ,
27
27
baseURL : "https://albert.api.etalab.gouv.fr/v1" ,
28
28
...client . getProviderSettings ( "albert-etalab" ) ,
29
- } ) ( "neuralmagic/Meta-Llama-3.1-70B-Instruct-FP8 " ) ;
29
+ } ) ( "albert-etalab.chat/albert-large " ) ;
30
30
31
31
export const testAIModels = {
32
32
groq,
You can’t perform that action at this time.
0 commit comments