1.0.1 • Published 3 months ago

ollama-ui v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 months ago

Ollama UI

A minimal web interface for Ollama.

Usage

npx ollama-ui

That's it! Make sure Ollama is running.

Features

  • 🚀 Zero config - runs directly with npx
  • 💬 Clean chat interface
  • 🎨 Code syntax highlighting
    • Python
    • JavaScript/TypeScript
    • JSX
    • Rust
    • Bash
    • Go
    • C/C++
    • Java
    • PHP
    • SQL
    • HTML/CSS
    • JSON
    • YAML
    • Markdown
  • ⚙️ Model parameters
    • Temperature
    • Top P
    • System prompts
  • 💾 Persistent settings
    • Server address
    • Port
    • Chat history
  • 🔄 Context management
    • Token count
    • Clear context
  • 📊 Response stats
    • Generation time
    • Token count
    • Tokens/second

Configuration

Default ports:

  • Web UI: 1434
  • Ollama: 11434

Override using environment variables:

PORT=3000 npx ollama-ui
OLLAMA_PORT=11435 npx ollama-ui

Requirements

  • Node.js
  • Ollama

License

1.0.1

3 months ago