Skip to content

Commit

Permalink
Merge pull request #13 from kennonsr/main
Browse files Browse the repository at this point in the history
docs(webuillms): added new category for webui for llms and openwebui
  • Loading branch information
aprxi committed Mar 18, 2024
2 parents baa6819 + e8e6bfe commit 2b071e7
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
4 changes: 4 additions & 0 deletions site/content/webui-llms/_index.md
@@ -0,0 +1,4 @@
+++
title = "WebUI for LLMs"
sort_by = "weight"
+++
11 changes: 11 additions & 0 deletions site/content/webui-llms/open-webui.md
@@ -0,0 +1,11 @@
+++
title = "Open WebUI"
weight = 50
[extra]
linkURL = "https://openwebui.com/"
description = "User-friendly WebUI for LLMs, supported LLM runners include Ollama and OpenAI-compatible APIs."
additionalLinks = [
{ url = "https://github.com/open-webui/open-webui", icon = "/icons/github.svg", tooltip = "GitHub Repository" },
{ url = "https://docs.openwebui.com/", icon = "/icons/documentation.svg", tooltip = "Documentation" },
]
+++
3 changes: 2 additions & 1 deletion site/etc/categories.json
Expand Up @@ -17,7 +17,8 @@
{ "path": "ai-assistants/_index.md", "title_bar_color": "bg-purple-600", "background_color": "bg-purple-50" },
{ "path": "workflow-automation/_index.md", "title_bar_color": "bg-pink-600", "background_color": "bg-pink-50" },
{ "path": "chatgpt-prompts/_index.md", "title_bar_color": "bg-blue-600", "background_color": "bg-blue-50" },
{ "path": "reading/_index.md", "title_bar_color": "bg-orange-600", "background_color": "bg-orange-50" }
{ "path": "reading/_index.md", "title_bar_color": "bg-orange-600", "background_color": "bg-orange-50" },
{ "path": "webui-llms/_index.md", "title_bar_color": "bg-purple-600", "background_color": "bg-purple-50" }
],
"column4": [
{ "path": "tutorials/_index.md", "title_bar_color": "bg-pink-600", "background_color": "bg-pink-50" },
Expand Down

0 comments on commit 2b071e7

Please sign in to comment.