HanishRishen
Loading
0%

My code somehow works and I have no idea why.

R-Chat

February 11, 2025 (1mo ago)

R-Chat 🚀

R-Chat is a modern chat application built with Next.js that allows users to chat in real-time, manage multiple chat sessions, and interact with intelligent assistant responses using both local models (via Ollama) and API-based models.

Interface

Interface

Features

Getting Started

Prerequisites

Installation & Setup

  1. Clone the Repository:
    git clone https://github.com/hanish-rishen/R-Chat.git
    cd r-chat
  2. Install Dependencies:
    npm install
    # or yarn install
    # or pnpm install
  3. Run Local Models (if you have):

    Open a separate terminal and run:

    ollama serve
  4. Start the Development Server:
    npm run dev
    # or yarn dev
    # or pnpm dev
  5. Access the Application: Open http://localhost:3000 in your browser.