Skip to content

Commit b9b5ab4

Browse files
committed
update models
1 parent 1b0c089 commit b9b5ab4

File tree

1 file changed

+12
-23
lines changed

1 file changed

+12
-23
lines changed

src/utils/models.ts

+12-23
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,25 @@ export const defaultModels: UIModel[] = [
5050
// Function call model
5151
{
5252
id: 'c237ead6-165e-4725-af4f-a1b50b770e1e',
53-
name: 'Nous Hermes 2 Pro (Llama 3 8B, fast)',
53+
name: 'Hermes 3 (Llama 3.1 8B, fast)',
5454
...modelDefaults,
5555
apiUrl:
5656
'https://curated.aleph.cloud/vm/84df52ac4466d121ef3bb409bb14f315de7be4ce600e8948d71df6485aa5bcc3/completion',
5757
promptFormat: promptFormatDefaults,
5858
premium: false,
5959
},
6060

61+
// Mistral Nemo
62+
{
63+
id: '7bcffd59-461e-41a8-8428-80bcb44a77cd',
64+
name: 'Mistral Nemo (Instruct)',
65+
...modelDefaults,
66+
apiUrl:
67+
'https://curated.aleph.cloud/vm/2c4ad0bf343fb12924936cbc801732d95ce90f84cd895aa8bee82c0a062815c2/completion',
68+
promptFormat: promptFormatDefaults,
69+
premium: false,
70+
},
71+
6172
// Roleplay model
6273
{
6374
id: 'a8ba5cfe-bd86-4f81-97fa-8f68300488b7',
@@ -79,17 +90,6 @@ export const defaultModels: UIModel[] = [
7990
premium: false,
8091
},
8192

82-
// Mixtral
83-
{
84-
id: '068f9afc-281c-45b8-bea2-317d3c3bb469',
85-
name: 'Mixtral (8x7B MOE, smart)',
86-
...modelDefaults,
87-
apiUrl:
88-
'https://curated.aleph.cloud/vm/cb6a4ae6bf93599b646aa54d4639152d6ea73eedc709ca547697c56608101fc7/completion',
89-
promptFormat: promptFormatDefaults,
90-
premium: false,
91-
},
92-
9393
// Phi-3-mini
9494
{
9595
id: 'b253aacf-cbbc-4e46-8187-74bfd5398d78',
@@ -102,17 +102,6 @@ export const defaultModels: UIModel[] = [
102102
premium: false,
103103
},
104104

105-
// Nous Hermes 2
106-
{
107-
id: '2f5219e5-d6e8-411a-b7a4-30dd3623e1e8',
108-
name: 'Nous Hermes 2 (34B, smart)',
109-
...modelDefaults,
110-
apiUrl:
111-
'https://curated.aleph.cloud/vm/16a9f0f870c251719a0c63554cf02b6b8e4c2b4fee9987ddc3341a6507aef68d/completion',
112-
promptFormat: promptFormatDefaults,
113-
premium: false,
114-
},
115-
116105
// Nemotron (70B, genius, slow)
117106
{
118107
id: '173ad7b5-4aa9-4ccd-8fdd-f8122499c2cb',

0 commit comments

Comments
 (0)