Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
TwanLuttik committed Oct 6, 2023
1 parent ee5c7b1 commit 970f7d3
Showing 1 changed file with 19 additions and 11 deletions.
30 changes: 19 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,31 @@
# Ollama GUI
# Ollama Chat App 🐐

Welcome to Ollama GUI, this is interface for ollama cli to make it easier to chat with, this also includes other features such as persisted conversation, switch between conversations and more.
[![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)

<img src="./.github/docs/preview-2.png" />
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:

- 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 πŸ“€
- Import & Export Chats πŸš›
- Light & Dark Theme πŸŒ—

<br />

<img src="./.github/docs/preview-2.png" />

<br />

## Create a build to fully self host it and offline use
## How to build on your machine

### Requirements

- [Git](https://git-scm.com/)
- [NodeJS](https://nodejs.org/en)
- [pnpm](https://pnpm.io/)
- [rust](https://www.rust-lang.org/)
- [NodeJS](https://nodejs.org/en) LTS 18
- [pnpm](https://pnpm.io/) 8.8.0+
- [rust](https://www.rust-lang.org/) 1.72.1=

<br />

Expand All @@ -30,7 +41,4 @@ You as well you need to install [Ollama](https://ollama.ai) and after you instal
<br />
<br />

This is not affiliated with Ollama.ai but just giving value to the community from me.
<br />

For any questions, please contact [Twan Luttik (Twitter - X)](twitter.com/twanluttik)
For any questions, please contact [Twan Luttik (Twitter - X)](https://twitter.com/twanluttik)

0 comments on commit 970f7d3

Please sign in to comment.