mirror of
https://github.com/lobehub/lobehub
synced 2026-04-21 17:47:27 +00:00
💄 style: Added Gemma2 instead of outdated Gemma (#3231)
* 💄 config (Ollama): Added Gemma2 instead of outdated Gemma * 💄 config (Ollama): Retaining old Gemma
This commit is contained in:
parent
4531e24293
commit
03173b793b
1 changed files with 11 additions and 1 deletions
|
|
@ -58,8 +58,18 @@ const Ollama: ModelProviderCard = {
|
|||
tokens: 131_072, // https://huggingface.co/CohereForAI/c4ai-command-r-plus/blob/main/config.json
|
||||
},
|
||||
{
|
||||
displayName: 'Gemma 7B',
|
||||
displayName: 'Gemma2 9B',
|
||||
enabled: true,
|
||||
id: 'gemma2',
|
||||
tokens: 8192, // https://huggingface.co/blog/zh/gemma2
|
||||
},
|
||||
{
|
||||
displayName: 'Gemma2 27B',
|
||||
id: 'gemma2:27b',
|
||||
tokens: 8192,
|
||||
},
|
||||
{
|
||||
displayName: 'Gemma 7B',
|
||||
id: 'gemma',
|
||||
tokens: 8192, // https://huggingface.co/google/gemma-7b-it/discussions/73#65e9678c0cda621164a95bad
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue