Skip to content

Commit

Permalink
update models
Browse files Browse the repository at this point in the history
  • Loading branch information
aliel committed Nov 13, 2024
1 parent 1b0c089 commit b9b5ab4
Showing 1 changed file with 12 additions and 23 deletions.
35 changes: 12 additions & 23 deletions src/utils/models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,25 @@ export const defaultModels: UIModel[] = [
// Function call model
{
id: 'c237ead6-165e-4725-af4f-a1b50b770e1e',
name: 'Nous Hermes 2 Pro (Llama 3 8B, fast)',
name: 'Hermes 3 (Llama 3.1 8B, fast)',
...modelDefaults,
apiUrl:
'https://curated.aleph.cloud/vm/84df52ac4466d121ef3bb409bb14f315de7be4ce600e8948d71df6485aa5bcc3/completion',
promptFormat: promptFormatDefaults,
premium: false,
},

// Mistral Nemo
{
id: '7bcffd59-461e-41a8-8428-80bcb44a77cd',
name: 'Mistral Nemo (Instruct)',
...modelDefaults,
apiUrl:
'https://curated.aleph.cloud/vm/2c4ad0bf343fb12924936cbc801732d95ce90f84cd895aa8bee82c0a062815c2/completion',
promptFormat: promptFormatDefaults,
premium: false,
},

// Roleplay model
{
id: 'a8ba5cfe-bd86-4f81-97fa-8f68300488b7',
Expand All @@ -79,17 +90,6 @@ export const defaultModels: UIModel[] = [
premium: false,
},

// Mixtral
{
id: '068f9afc-281c-45b8-bea2-317d3c3bb469',
name: 'Mixtral (8x7B MOE, smart)',
...modelDefaults,
apiUrl:
'https://curated.aleph.cloud/vm/cb6a4ae6bf93599b646aa54d4639152d6ea73eedc709ca547697c56608101fc7/completion',
promptFormat: promptFormatDefaults,
premium: false,
},

// Phi-3-mini
{
id: 'b253aacf-cbbc-4e46-8187-74bfd5398d78',
Expand All @@ -102,17 +102,6 @@ export const defaultModels: UIModel[] = [
premium: false,
},

// Nous Hermes 2
{
id: '2f5219e5-d6e8-411a-b7a4-30dd3623e1e8',
name: 'Nous Hermes 2 (34B, smart)',
...modelDefaults,
apiUrl:
'https://curated.aleph.cloud/vm/16a9f0f870c251719a0c63554cf02b6b8e4c2b4fee9987ddc3341a6507aef68d/completion',
promptFormat: promptFormatDefaults,
premium: false,
},

// Nemotron (70B, genius, slow)
{
id: '173ad7b5-4aa9-4ccd-8fdd-f8122499c2cb',
Expand Down

0 comments on commit b9b5ab4

Please sign in to comment.