Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

[![Build and Deploy](https://github.com/ollama-interface/Ollama-Gui/actions/workflows/build-and-deploy.yml/badge.svg?branch=main)](https://github.com/ollama-interface/Ollama-Gui/actions/workflows/build-and-deploy.yml)

Welcome to my Ollama Chat, this is an interface for the Official ollama CLI to make it easier to chat. It includes futures such as:
Welcome to my Ollama Chat, this is an interface for the Official ollama CLI to make it easier to chat. It includes features such as:

- Multiple conversations 💬
- Detech which models are available to use 📋
- Auto check if ollama is running ⏰
- Able to change the host where ollama is running at 🖥️
- Perstistance 📀
- Detect which models are available to use 📋
- Auto-check if ollama is running ⏰
- Able to change the address where ollama is running 🖥️
- Persistance 📀
- Import & Export Chats 🚛
- Light & Dark Theme 🌗

Expand All @@ -27,6 +27,8 @@ Welcome to my Ollama Chat, this is an interface for the Official ollama CLI to m
- [pnpm](https://pnpm.io/) 8.8.0+
- [rust](https://www.rust-lang.org/) 1.72.1=

Your machine needs to be set up to build Tauri apps. Follow the [Getting Started](https://tauri.app/v1/guides/getting-started/prerequisites) guide to ensure you system is set up correctly.

<br />

1. Clone the repo `git clone [email protected]:ollama-interface/Ollama-Gui.git`
Expand Down