mirror of
https://github.com/morgan9e/chatgpt-web
synced 2026-04-14 00:14:04 +09:00
Add base llama-65b model
This commit is contained in:
@@ -52,20 +52,21 @@ const chatModelBase = {
|
||||
} as ModelDetail
|
||||
|
||||
export const chatModels : Record<string, ModelDetail> = {
|
||||
// 'enoch/llama-65b-hf': {
|
||||
// ...chatModelBase,
|
||||
// label: 'Petals - Llama-65b'
|
||||
// },
|
||||
// 'codellama/CodeLlama-34b-Instruct-hf ': {
|
||||
// ...chatModelBase,
|
||||
// label: 'Petals - CodeLlama-34b',
|
||||
// max: 2048
|
||||
// },
|
||||
'enoch/llama-65b-hf': {
|
||||
...chatModelBase,
|
||||
label: 'Petals - Llama-65b',
|
||||
max: 2048
|
||||
},
|
||||
'timdettmers/guanaco-65b': {
|
||||
...chatModelBase,
|
||||
label: 'Petals - Guanaco-65b',
|
||||
max: 2048
|
||||
},
|
||||
// 'codellama/CodeLlama-34b-Instruct-hf ': {
|
||||
// ...chatModelBase,
|
||||
// label: 'Petals - CodeLlama-34b',
|
||||
// max: 2048
|
||||
// },
|
||||
// 'meta-llama/Llama-2-70b-hf': {
|
||||
// ...chatModelBase,
|
||||
// label: 'Petals - Llama-2-70b'
|
||||
|
||||
Reference in New Issue
Block a user