Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fmaclen/hollama
A minimal web-UI for talking to Ollama servers
https://github.com/fmaclen/hollama
ai chatbot llm local-ai ollama
Last synced: about 2 months ago
JSON representation
A minimal web-UI for talking to Ollama servers
- Host: GitHub
- URL: https://github.com/fmaclen/hollama
- Owner: fmaclen
- License: mit
- Created: 2023-11-25T20:21:57.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-13T22:50:21.000Z (10 months ago)
- Last Synced: 2024-04-14T12:19:34.881Z (10 months ago)
- Topics: ai, chatbot, llm, local-ai, ollama
- Language: TypeScript
- Homepage: https://hollama.fernando.is
- Size: 777 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - fmaclen/hollama - A minimal web-UI for talking to Ollama (and OpenAI) servers (TypeScript)
README
# Hollama
A minimal web-UI for talking to [Ollama](https://github.com/jmorganca/ollama/) servers.
### Features
- Support for **Ollama** & **OpenAI** models
- Multi-server support
- Large prompt fields
- Markdown rendering with syntax highlighting
- Code editor features
- Customizable system prompts & advanced Ollama parameters
- Copy code snippets, messages or entire sessions
- Edit & retry messages
- Stores data locally on your browser
- Responsive layout
- Light & dark themes
- Multi-language interface
- Download [Ollama models](https://ollama.ai/models) directly from the UI### Get started
- ⚡️ [Live demo](https://hollama.fernando.is)
- _No sign-up required_
- 🖥️ Download for [macOS, Windows & Linux](https://github.com/fmaclen/hollama/releases)
- 🐳 [Self-hosting](SELF_HOSTING.md) with Docker
- 🐞 [Contribute](CONTRIBUTING.md)| ![session](tests/docs.test.ts-snapshots/session.png) | ![settings](tests/docs.test.ts-snapshots/settings.png) |
| ------------------------------------------------------------ | -------------------------------------------------------- |
| ![session-new](tests/docs.test.ts-snapshots/session-new.png) | ![knowledge](tests/docs.test.ts-snapshots/knowledge.png) |