remove Llama-2-70b-hf model
This commit is contained in:
parent
661c1211bc
commit
69b107e8f7
|
@ -66,10 +66,10 @@ export const chatModels : Record<string, ModelDetail> = {
|
||||||
label: 'Petals - Guanaco-65b',
|
label: 'Petals - Guanaco-65b',
|
||||||
max: 2048
|
max: 2048
|
||||||
},
|
},
|
||||||
'meta-llama/Llama-2-70b-hf': {
|
// 'meta-llama/Llama-2-70b-hf': {
|
||||||
...chatModelBase,
|
// ...chatModelBase,
|
||||||
label: 'Petals - Llama-2-70b'
|
// label: 'Petals - Llama-2-70b'
|
||||||
},
|
// },
|
||||||
'meta-llama/Llama-2-70b-chat-hf': {
|
'meta-llama/Llama-2-70b-chat-hf': {
|
||||||
...chatModelBase,
|
...chatModelBase,
|
||||||
label: 'Petals - Llama-2-70b-chat',
|
label: 'Petals - Llama-2-70b-chat',
|
||||||
|
|
Loading…
Reference in New Issue