Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 1.35 KB

README.md

File metadata and controls

40 lines (31 loc) · 1.35 KB

Nuxt AI Chat

Nuxt Ollama Chat is an elegant and open-source chat interface that leverages the Ollama stream API for real-time communication.

Dark Theme darktheme

Light Theme lighttheme

Ekran Resmi 2024-07-17 22 28 31

Ekran Resmi 2024-07-17 22 28 46

Ekran Resmi 2024-07-17 22 29 05

Nuxt 3 Minimal Starter

Look at the Nuxt 3 documentation to learn more.

Setup

Running Locally

1. Clone Repo

git clone https://github.com/ahmetaligul01/Nuxt-AIChat

2. Install Dependencies

# npm
npm install

3. Run Ollama server

desktop client

4. Run App (Development Server)

Start the development server on http://localhost:3000:

# npm
npm run dev