From 86fa552c20bb0088693878b645039ead865c846e Mon Sep 17 00:00:00 2001 From: ctrlaidel Date: Fri, 31 May 2024 04:18:46 -0400 Subject: [PATCH 1/3] model update --- plugins/Ollama/ollamaPlugin.ts | 38 +++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/plugins/Ollama/ollamaPlugin.ts b/plugins/Ollama/ollamaPlugin.ts index e690ee6..a1f8cc3 100644 --- a/plugins/Ollama/ollamaPlugin.ts +++ b/plugins/Ollama/ollamaPlugin.ts @@ -431,7 +431,43 @@ 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": "dotslashgabut", + "description": "AI model for generating prompts." + }, + { + "id": 72, + "name": "hub/mesharu/caelia---tarot-cards-reader:latest", + "alias": "caelia", + "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": "weconnected", + "description": "Expert translator for Spanish to English." + } ]; static DefaultModel = OllamaPlugin.Models.find(m => m.alias === "llava-llama3"); From f6f85c0d3188324b07c54f1cb65d3addc0b68d99 Mon Sep 17 00:00:00 2001 From: WeConnected <40178706+CtrlAiDel@users.noreply.github.com> Date: Fri, 31 May 2024 04:26:30 -0400 Subject: [PATCH 2/3] Update ollamaPlugin.ts --- plugins/Ollama/ollamaPlugin.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/Ollama/ollamaPlugin.ts b/plugins/Ollama/ollamaPlugin.ts index a1f8cc3..163abf1 100644 --- a/plugins/Ollama/ollamaPlugin.ts +++ b/plugins/Ollama/ollamaPlugin.ts @@ -441,13 +441,13 @@ export class OllamaPlugin { { "id": 71, "name": "hub/dotslashgabut/genaiprompt:latest", - "alias": "dotslashgabut", + "alias": "genai", "description": "AI model for generating prompts." }, { "id": 72, "name": "hub/mesharu/caelia---tarot-cards-reader:latest", - "alias": "caelia", + "alias": "tarot", "description": "Model for reading tarot cards." }, { @@ -465,7 +465,7 @@ export class OllamaPlugin { { "id": 75, "name": "hub/weconnected/expert-spanish-to-english-translator:latest", - "alias": "weconnected", + "alias": "spanishbywe", "description": "Expert translator for Spanish to English." } ]; From de1082e6a2a8dd7c8041bd652d0dafce2baf2801 Mon Sep 17 00:00:00 2001 From: WeConnected <40178706+CtrlAiDel@users.noreply.github.com> Date: Sat, 8 Jun 2024 21:58:43 -0400 Subject: [PATCH 3/3] Update ollamaPlugin.ts --- plugins/Ollama/ollamaPlugin.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/plugins/Ollama/ollamaPlugin.ts b/plugins/Ollama/ollamaPlugin.ts index 163abf1..cba0b69 100644 --- a/plugins/Ollama/ollamaPlugin.ts +++ b/plugins/Ollama/ollamaPlugin.ts @@ -467,6 +467,24 @@ export class OllamaPlugin { "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" } ];