maxonlinux / opengpts-express

[DISCONTINUED!] Node.js backend for OpenGPTs frontend web app.
0 stars 0 forks source link

⚠️ DISCONTINUED due to broken AI provider

Interaction with the service provider's endpoints has been discontinued due to additional security measures that restrict interaction not originating from their domain.

OpenGPTs-Express

A Node.js backend that interacts with OpenGPTs server endpoints as a proxy.

To Do:

How to use:

  1. Install Node.js and npm (Node.js version 18.18.0 and npm version 10.3.0 or higher are recommended).

  2. Clone the repository:

    git clone https://github.com/maxonlinux/opengpts-express.git
  3. Navigate to the cloned repository directory:

    cd <repository_directory>
  4. Install all the dependencies:

    npm install
  5. To run the application in development mode, execute:

    npm run dev

    If you want to run the application in production mode, first build the project:

    npm run build

    Then start the production server:

    npm run start

    Optionally, you can use pm2 to set up autostart and other features. See the pm2 documentation here.

    Feel free to reach out if you have any questions or need further assistance!