Skip to content

Commit

Permalink
api url and plugin list update (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
CtrlAiDel authored May 27, 2024
1 parent 78bf2e9 commit 3707dbf
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 3 deletions.
92 changes: 90 additions & 2 deletions plugins/Ollama/ollamaPlugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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."
}
];

Expand Down
2 changes: 1 addition & 1 deletion src/configs/guildsConfigs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const guildsConfigs = [
dockerAccess: []
},
ollama: {
url: "http://ctrlaidel.ddns.net:11434/api"
url: "https://api.ctrlaidel.com/api"
}
},
{
Expand Down

0 comments on commit 3707dbf

Please sign in to comment.