Skip to content

Commit

Permalink
update 79th model
Browse files Browse the repository at this point in the history
  • Loading branch information
CtrlAiDel committed Jun 28, 2024
1 parent 355b184 commit 5cc42b0
Showing 1 changed file with 62 additions and 2 deletions.
64 changes: 62 additions & 2 deletions plugins/Ollama/ollamaPlugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -431,10 +431,70 @@ export class OllamaPlugin {
"name": "aya:latest",
"alias": "aya",
"description": "Multilingual models that support 23 languages."
}
},
{
"id": 70,
"name": "satani",
"alias": "satani",
"description": "Model for dark-themed tasks."
},
{
"id": 71,
"name": "hub/dotslashgabut/genaiprompt:latest",
"alias": "genai",
"description": "AI model for generating prompts."
},
{
"id": 72,
"name": "hub/mesharu/caelia---tarot-cards-reader:latest",
"alias": "tarot",
"description": "Model for reading tarot cards."
},
{
"id": 73,
"name": "phi3:14b",
"alias": "phi3-14b",
"description": "Enhanced version of the Phi3 model."
},
{
"id": 74,
"name": "hub/rouge/expert-japanese-to-english-translator:latest",
"alias": "rouge",
"description": "Expert translator for Japanese to English."
},
{
"id": 75,
"name": "hub/weconnected/expert-spanish-to-english-translator:latest",
"alias": "spanishbywe",
"description": "Expert translator for Spanish to English."
},
{
"id": 76,
"name": "hub/qwen2:0.5b",
"alias": "q0",
"description": "Qwen2 series large language model by Qwen team, Alibaba Cloud"
},
{
"id": 77,
"name": "hub/qwen2:1.5b",
"alias": "q1",
"description": "Qwen2 series large language model by Qwen team, Alibaba Cloud"
},
{
"id": 78,
"name": "hub/qwen2:7b",
"alias": "q7",
"description": "Qwen2 series large language model by Qwen team, Alibaba Cloud"
},
{
"id": 79,
"name": "gemma2:latest",
"alias": "gemma2",
"description": "Gemma 2 is the newest generation in Google's Gemma series"
}
];

static DefaultModel = OllamaPlugin.Models.find(m => m.alias === "llava-llama3");
static DefaultModel = OllamaPlugin.Models.find(m => m.alias === "gemma2:latest");

/**
* Will check if the prefix contains a model name or id.
Expand Down

0 comments on commit 5cc42b0

Please sign in to comment.