mirror of
https://github.com/morgan9e/chatgpt-web
synced 2026-04-13 16:04:05 +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',
|
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',
|
||||||
|
|||||||
Reference in New Issue
Block a user