File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed
src/config/modelProviders Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,18 @@ const Groq: ModelProviderCard = {
15
15
id : 'gemma-7b-it' ,
16
16
tokens : 8192 ,
17
17
} ,
18
+ {
19
+ displayName : 'LLaMA3-3-8B' ,
20
+ enabled : true ,
21
+ id : 'llama3-8b-8192' ,
22
+ tokens : 8192 ,
23
+ } ,
24
+ {
25
+ displayName : 'LLaMA3-3-70B' ,
26
+ enabled : true ,
27
+ id : 'llama3-70b-8192' ,
28
+ tokens : 8192 ,
29
+ } ,
18
30
{
19
31
displayName : 'LLaMA2-70b-chat' ,
20
32
enabled : true ,
Original file line number Diff line number Diff line change @@ -15,6 +15,12 @@ const Mistral: ModelProviderCard = {
15
15
id : 'open-mixtral-8x7b' ,
16
16
tokens : 32_768 ,
17
17
} ,
18
+ {
19
+ displayName : 'Mixtral 8x22B' ,
20
+ enabled : true ,
21
+ id : 'open-mixtral-8x22b' ,
22
+ tokens : 65_536 ,
23
+ } ,
18
24
{
19
25
displayName : 'Mistral Small' ,
20
26
enabled : true ,
You can’t perform that action at this time.
0 commit comments