Skip to content

Commit

Permalink
feat: Replaced Llama 3 70B with Nemotron 70B
Browse files Browse the repository at this point in the history
  • Loading branch information
RezaRahemtola committed Oct 17, 2024
1 parent e6981ed commit 7f77a0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7f77a0c

Please sign in to comment.