From b277ca70eb4c130b8a043c6d11fac94a05d94def Mon Sep 17 00:00:00 2001 From: Anthony LC Date: Wed, 5 Feb 2025 09:55:04 +0100 Subject: [PATCH] fix model --- .../src/features/docs/doc-editor/components/BlockNoteEditor.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/apps/impress/src/features/docs/doc-editor/components/BlockNoteEditor.tsx b/src/frontend/apps/impress/src/features/docs/doc-editor/components/BlockNoteEditor.tsx index 2cf8efb4..92560549 100644 --- a/src/frontend/apps/impress/src/features/docs/doc-editor/components/BlockNoteEditor.tsx +++ b/src/frontend/apps/impress/src/features/docs/doc-editor/components/BlockNoteEditor.tsx @@ -53,7 +53,7 @@ const model = createOpenAI({ baseURL: 'https://albert.api.staging.etalab.gouv.fr/v1', ...blocknoteAIClient.getProviderSettings('albert-etalab'), compatibility: 'compatible', -})('albert-etalab/neuralmagic/Meta-Llama-3.1-70B-Instruct-FP8'); +})('neuralmagic/Meta-Llama-3.1-70B-Instruct-FP8'); // We call the model via a proxy server (see above) that has the API key, // but we could also call the model directly from the frontend.