/opensearch-ai

SearchGPT / Perplexity clone, but personalised for you.

Primary LanguageTypeScript

OpenSearch GPT with Gaia

This is a simplified version of the project, supporting the use of local models.

Installation Steps

  1. Clone the repository:

    git clone https://github.com/your-username/your-repository-name.git
    cd your-repository-name
    
  2. Install dependencies:

    Using Yarn:

    yarn install

    Or using npm:

    npm install
  3. Configure environment variables:

    cp .env.example .env

Starting the Project

Using Yarn:

yarn dev

Or using npm:

npm run dev