@@ -50,14 +50,25 @@ export const defaultModels: UIModel[] = [
50
50
// Function call model
51
51
{
52
52
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)' ,
54
54
...modelDefaults ,
55
55
apiUrl :
56
56
'https://curated.aleph.cloud/vm/84df52ac4466d121ef3bb409bb14f315de7be4ce600e8948d71df6485aa5bcc3/completion' ,
57
57
promptFormat : promptFormatDefaults ,
58
58
premium : false ,
59
59
} ,
60
60
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
+
61
72
// Roleplay model
62
73
{
63
74
id : 'a8ba5cfe-bd86-4f81-97fa-8f68300488b7' ,
@@ -79,17 +90,6 @@ export const defaultModels: UIModel[] = [
79
90
premium : false ,
80
91
} ,
81
92
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
-
93
93
// Phi-3-mini
94
94
{
95
95
id : 'b253aacf-cbbc-4e46-8187-74bfd5398d78' ,
@@ -102,17 +102,6 @@ export const defaultModels: UIModel[] = [
102
102
premium : false ,
103
103
} ,
104
104
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
-
116
105
// Nemotron (70B, genius, slow)
117
106
{
118
107
id : '173ad7b5-4aa9-4ccd-8fdd-f8122499c2cb' ,
0 commit comments