Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 684 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 684 Bytes

About Ollama UI

CleanShot 2024-04-09 at 17 24 06@2x

This is an Ollama UI. You can run Ollama models, similar to ChatGPT, with simple configuration, and it can be used without internet if the model has already been downloaded/pulled

Getting Started

First, run the script for setup.

sh setup.sh

Tech Stack

  • Nextjs
  • Tailwind CSS
  • Shadcn UI
  • LangchainJs
  • Docker

Feature Roadmap

  • Generate completions.
  • Select from a list of local models.
  • Render code blocks in assistant responses.
  • Custom prompts. ... (Add additional features here)