Skip to content

LodunCoombs/ai-chat

Repository files navigation

AI Chat

A simple chatbot interface for self-hosted Large Language Models.

Project Screenshot


Built With


Running Your Own Instance

You can run this frontend against your own local Ollama server.

  1. Clone the repository:

    git clone https://github.com/Odinman9847/ai-chat.git
    cd ai-chat
  2. Install dependencies:

    npm install
  3. Configure your backend URL: Modify the file .env in the project root and add your Ollama server's URL.

    # .env
    VITE_API_URL=http://localhost:11434
    
  4. Run the development server:

    npm run dev

⚠️ Public Demo Disclaimer

The public version of this site connects to a server running on my personal computer. It will be offline most of the time.

For a reliable experience, please follow the instructions above to run the chatbot against your own backend.

About

A simple LLM Chat interface

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published