From 7f77a0c08e3c8d57c9b0f918b61f9bca950a74a6 Mon Sep 17 00:00:00 2001 From: Reza Rahemtola Date: Fri, 18 Oct 2024 01:10:01 +0900 Subject: [PATCH] feat: Replaced Llama 3 70B with Nemotron 70B --- src/utils/models.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/models.ts b/src/utils/models.ts index 4b243ef..ed17d46 100644 --- a/src/utils/models.ts +++ b/src/utils/models.ts @@ -113,10 +113,10 @@ export const defaultModels: UIModel[] = [ premium: false, }, - // Llama 3 Instruct (70B, genius, slow) + // Nemotron (70B, genius, slow) { id: '173ad7b5-4aa9-4ccd-8fdd-f8122499c2cb', - name: 'Llama 3 Instruct (70B, genius, slow)', + name: 'Nemotron (70B, genius, slow)', ...modelDefaults, // Set our apiUrl apiUrl: