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 = [
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" ,
Original file line number Diff line number Diff 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
3131export const testAIModels = {
3232 groq,
You can’t perform that action at this time.
0 commit comments