Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

api url and plugin list update #106

Merged
merged 1 commit into from
May 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading