An open API service indexing awesome lists of open source software.

https://github.com/fishesarethings/web4ollama

Ollama Chatbot - GitHub Pages Frontend This project provides a static frontend for an Ollama-based chatbot, hosted on GitHub Pages. All AI processing happens locally on the user’s machine via Ollama (http://127.0.0.1:11434). ⚠️ No AI runs on GitHub Pages. The owner is not responsible for usage. No legal action can be taken.
https://github.com/fishesarethings/web4ollama

ai chatbot local ollama ollama-api private ui website

Last synced: about 2 months ago
JSON representation

Ollama Chatbot - GitHub Pages Frontend This project provides a static frontend for an Ollama-based chatbot, hosted on GitHub Pages. All AI processing happens locally on the user’s machine via Ollama (http://127.0.0.1:11434). ⚠️ No AI runs on GitHub Pages. The owner is not responsible for usage. No legal action can be taken.

Awesome Lists containing this project

README

          

# **Ollama Chatbot - GitHub Pages Frontend & Local Processing**

## **Overview**
This is a simple chatbot interface for **Ollama**, designed to run as a **static frontend on GitHub Pages**.
⚠️ **Important:** Since GitHub Pages **cannot run AI models**, the chatbot requires a **local Ollama server** for backend processing.

## **How It Works**
1. The frontend is deployed on GitHub Pages.
2. The chatbot connects to a **locally running Ollama server** (`ollama serve`).
3. Messages are sent to **http://127.0.0.1:11434**, and responses are generated by Ollama.

## **Setup Instructions**

### **1️⃣ Install & Run Ollama Locally**
#### **Install Ollama**
- **Windows:** Download from [Ollama's Website](https://ollama.ai).
- **Linux/macOS:** Run:
```sh
curl -fsSL https://ollama.ai/install.sh | sh

### **2️⃣ Open website**
#### **Open website**
- **Go to:** https://fishesarethings.github.io/Web4Ollama/