remove Llama-2-70b-hf model

This commit is contained in:
Webifi 2023-09-01 18:04:23 -05:00
parent 661c1211bc
commit 69b107e8f7
1 changed files with 4 additions and 4 deletions

View File

@ -66,10 +66,10 @@ export const chatModels : Record<string, ModelDetail> = {
label: 'Petals - Guanaco-65b',
max: 2048
},
'meta-llama/Llama-2-70b-hf': {
...chatModelBase,
label: 'Petals - Llama-2-70b'
},
// 'meta-llama/Llama-2-70b-hf': {
// ...chatModelBase,
// label: 'Petals - Llama-2-70b'
// },
'meta-llama/Llama-2-70b-chat-hf': {
...chatModelBase,
label: 'Petals - Llama-2-70b-chat',