From 3707dbf3e1680a295f5ebc646b31ff5a3053b94f Mon Sep 17 00:00:00 2001 From: WeConnected <40178706+CtrlAiDel@users.noreply.github.com> Date: Mon, 27 May 2024 07:31:31 -0400 Subject: [PATCH] api url and plugin list update (#106) --- plugins/Ollama/ollamaPlugin.ts | 92 +++++++++++++++++++++++++++++++++- src/configs/guildsConfigs.ts | 2 +- 2 files changed, 91 insertions(+), 3 deletions(-) diff --git a/plugins/Ollama/ollamaPlugin.ts b/plugins/Ollama/ollamaPlugin.ts index 8dfdd65..e690ee6 100644 --- a/plugins/Ollama/ollamaPlugin.ts +++ b/plugins/Ollama/ollamaPlugin.ts @@ -210,8 +210,6 @@ export class OllamaPlugin { "alias": "editor", "description": "Assistant for editing and refining written content." }, - - { "id": 33, "name": "hub/thepr0m3th3an/ghostwriter-finalprose:latest", @@ -343,6 +341,96 @@ export class OllamaPlugin { "name": "faster-drum-sequencer:latest", "alias": "drummer", "description": "Our faster AI drum sequencer creates custom drum patterns instantly, perfect for musicians and producers." + }, + { + "id": 55, + "name": "phi3:latest", + "alias": "phi3", + "description": "This is a new small model with a lot of potential" + }, + { + "id": 56, + "name": "sentiments-llama3:latest", + "alias": "sentiments-llama3", + "description": "Fine-tuned LLaMA for sentiment analysis." + }, + { + "id": 57, + "name": "jimscard/whiterabbit-neo:latest", + "alias": "whiterabbit-neo", + "description": "Variant of White Rabbit Neo, a large language model." + }, + { + "id": 58, + "name": "blackhat-hacker:latest", + "alias": "blackhat-hacker", + "description": "A tool for ethical hacking and penetration testing." + }, + { + "id": 59, + "name": "openchat:latest", + "alias": "openchat", + "description": "An open-source chat platform for secure communication." + }, + { + "id": 60, + "name": "hub/darkstorm2150/Wilderness-Survivalist:latest", + "alias": "wilderness-survivalist", + "description": "A survival guide for wilderness adventures." + }, + { + "id": 61, + "name": "hub/darkstorm2150/Psychologist:latest", + "alias": "psychologist", + "description": "A tool for mental health professionals." + }, + { + "id": 62, + "name": "hub/darkstorm2150/Ooh-Ollama:latest", + "alias": "ooh-ollama", + "description": "A mysterious tool with unknown purposes." + }, + { + "id": 63, + "name": "hub/darkstorm2150/Doomsday-Survivalist:latest", + "alias": "doomsday-survivalist", + "description": "A guide for surviving catastrophic events." + }, + { + "id": 64, + "name": "hub/darkstorm2150/Urban-Survivalist:latest", + "alias": "urban-survivalist", + "description": "A guide for surviving in urban environments." + }, + { + "id": 65, + "name": "dolphin-mistral-7b-v2.6-dpo-laser.Q8_0.gguf:latest", + "alias": "dolphin-mistral-7b-v2.6-Q8", + "description": "A machine learning model for image processing." + }, + { + "id": 66, + "name": "dolphin-2_6-phi-2.Q6_K.gguf:latest", + "alias": "dolphin-2_6-phi-2-Q6", + "description": "A natural language processing tool." + }, + { + "id": 67, + "name": "dolphin-2.6-mistral-7b.Q4_K_M.gguf:latest", + "alias": "dolphin-2.6-mistral-7b-Q4", + "description": "A predictive model for data analysis." + }, + { + "id": 68, + "name": "whiterabbitneo-13b.Q5_K_M.gguf:latest", + "alias": "whiterabbitneo-13b-Q5", + "description": "A cybersecurity tool for threat detection." + }, + { + "id": 69, + "name": "aya:latest", + "alias": "aya", + "description": "Multilingual models that support 23 languages." } ]; diff --git a/src/configs/guildsConfigs.ts b/src/configs/guildsConfigs.ts index f283316..8925e0b 100644 --- a/src/configs/guildsConfigs.ts +++ b/src/configs/guildsConfigs.ts @@ -25,7 +25,7 @@ export const guildsConfigs = [ dockerAccess: [] }, ollama: { - url: "http://ctrlaidel.ddns.net:11434/api" + url: "https://api.ctrlaidel.com/api" } }, {