Skip to content

second-state/opensearch-ai

 
 

Repository files navigation

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

About

SearchGPT / Perplexity clone, but personalised for you.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 93.3%
  • CSS 4.9%
  • JavaScript 1.8%