mirror of
https://github.com/morgan9e/chatgpt-web
synced 2026-04-14 00:14:04 +09:00
remove Llama-2-70b-hf model
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user