mirror of
https://github.com/morgan9e/chatgpt-web
synced 2026-04-14 00:14:04 +09:00
disable non-chat Llama-2
This commit is contained in:
@@ -46,10 +46,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',
|
||||||
@@ -64,8 +64,7 @@ export const chatModels : Record<string, ModelDetail> = {
|
|||||||
},
|
},
|
||||||
'stabilityai/StableBeluga2': {
|
'stabilityai/StableBeluga2': {
|
||||||
...chatModelBase,
|
...chatModelBase,
|
||||||
label: 'Petals - StableBeluga-2',
|
label: 'Petals - StableBeluga-2'
|
||||||
max: 2048
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user