Skip to content

Commit 496f209

Browse files
GraysonTinkermvdkleijn
authored andcommitted
Add Open WebUI
1 parent 455c06e commit 496f209

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

OpenWebUI/OpenWebUI.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
3+
namespace App\SupportedApps\OpenWebUI;
4+
5+
class OpenWebUI extends \App\SupportedApps
6+
{
7+
}

OpenWebUI/app.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"appid": "ac0fea3a3005484f1afcda501930eab3f21f8393",
3+
"name": "Open WebUI",
4+
"website": "https://github.com/open-webui/open-webui",
5+
"license": "Modified BSD 3-Clause License",
6+
"description": "Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform designed to operate entirely offline. It supports various LLM runners like Ollama and OpenAI-compatible APIs, with built-in inference engine for RAG, making it a powerful AI deployment solution.",
7+
"enhanced": false,
8+
"tile_background": "light",
9+
"icon": "openwebui.svg"
10+
}

OpenWebUI/openwebui.svg

Lines changed: 3 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)