AI Chat (ChatGPT-style)
AI Chat (ChatGPT-style) is a app in the osFoundry community catalog. ChatGPT-style web UI for any LLM — local (via Ollama / llama.cpp) or hosted (OpenAI / Anthropic / Google / Groq / Mistral / etc.) — multi-user with per-user model access, conversation memory, RAG over uploaded files, web browsing, voice + image input. Powered by Open WebUI. Ships as a thin wrapper around the upstream image; bring your own LLM connection.
Details
- Workspace: osfoundry
- Category: COMMUNICATION
- Pricing: Free
- Access: Community
Features
- Conversation memory
- RAG over uploaded files
- Web browsing
- Voice + image input
Documentation
# AI Chat (ChatGPT-style)
Polished ChatGPT-style web UI, powered by Open WebUI. Bring your own LLM.
## Features
- Multi-user with per-user model access
- Conversations + folders + tags + pinned chats
- RAG over uploaded files (per-conversation or persistent knowledge bases)
- Web search (DuckDuckGo, Brave, Tavily) — talks to BYOK
- Voice + image input (with multimodal models)
- Custom prompts + Open WebUI Functions (Python)
- Model selection per message
- Admin panel + role-based permissions
## You bring your own LLM
Open WebUI is a **chat UI** — not an inference engine. Wire it to one (or many) of:
- **Local Ollama** instance (separate container or on your desktop) via `OLLAMA_BASE_URL`
- **OpenAI / Anthropic / Google / Groq / Mistral** (any OpenAI-compatible API) via `OPENAI_API_BASE_URL` + `OPENAI_API_KEY`
- **Multiple backends at once** — the UI shows a model picker across all configured providers
## Packaging
Thin wrapper around the official `ghcr.io/open-webui/open-webui` image. Embedded SQLite + chat history + uploaded files at `/app/backend/data`. First-run admin signup at `/`; subsequent signups require admin approval by default.
How to use AI Chat (ChatGPT-style) in osFoundry
Install AI Chat (ChatGPT-style) into your workspace in one click, then fork it in osStudio to customise the prompts, tools, or configuration for your stack. Anyone in your workspace can pick up where you left off.
Other apps from the community
- CRM — Customer relationship management with contacts, deals, and pipeline tracking.
- Kanban Board — Drag-and-drop task board with swimlanes, labels, and team assignments.
- Helpdesk — Ticket triage and customer support inbox with SLA tracking.
- Page Builder — Block-based page editor with publishing to public URLs.
- Website Builder — Multi-page site builder with CMS, templates, and custom domains.
- Storefront — E-commerce storefront with product catalog, cart, and checkout.