chore(nextjs): removes unused models
This commit is contained in:
parent
2542ad6f20
commit
b86f03e8fe
1 changed files with 1 additions and 30 deletions
|
|
@ -116,36 +116,7 @@ const PROVIDER_CONFIGS: Record<string, ProviderConfig> = {
|
|||
},
|
||||
},
|
||||
ollama: {
|
||||
textModels: [
|
||||
{
|
||||
value: "llama3.1:8b",
|
||||
label: "Llama3.1:8b",
|
||||
description: "Balanced model for most tasks",
|
||||
icon: "/icons/ollama.png",
|
||||
size: "8GB",
|
||||
},
|
||||
{
|
||||
value: "llama3.1:70b",
|
||||
label: "Llama3.1:70b",
|
||||
description: "Large model for complex tasks",
|
||||
icon: "/icons/ollama.png",
|
||||
size: "70GB",
|
||||
},
|
||||
{
|
||||
value: "llama3.1:14b",
|
||||
label: "Llama3.1:14b",
|
||||
description: "Large model for complex tasks",
|
||||
icon: "/icons/ollama.png",
|
||||
size: "14GB",
|
||||
},
|
||||
{
|
||||
value: "llama3.1:11b",
|
||||
label: "Llama3.1:11b",
|
||||
description: "Large model for complex tasks",
|
||||
icon: "/icons/ollama.png",
|
||||
size: "11GB",
|
||||
},
|
||||
],
|
||||
textModels: [],
|
||||
imageModels: [
|
||||
{
|
||||
value: "pexels",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue