| Unsloth Studio (OpenAI API) implementation

This commit is contained in:
2026-05-05 12:59:06 +03:00
parent 642f498e79
commit 2e68e83be5
5 changed files with 722 additions and 158 deletions

View File

@@ -1,10 +1,13 @@
{
"KPlugin": {
"Authors": [ { "Name": "AI Assistants (Gemini 3.0 Pro)" }, { "Name": "NikkeDoy" } ],
"Description": "Chat with local Ollama models",
"Authors": [
{ "Name": "AI Assistants (Gemini 3.0 Pro, Qwen3.6-35B)" },
{ "Name": "NikkeDoy" }
],
"Description": "Chat with local models using Unsloth Studio API.",
"Icon": "dialog-messages",
"Id": "fi.huitsinnevada.ai_chat",
"Name": "AI Chat",
"Id": "fi.huitsinnevada.unsloth_chat",
"Name": "Unsloth",
"Version": "1.0",
"Website": "https://huitsinnevada.fi/projects"
},