nimahkh / ai_gpt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Free AI GPT

Installation

  • Install the dependencies
npm run ci
  • Rename the .env.example to .env
mv .env.example .env
  • Paste your OPENAI_API_KEY to the env
  • Genrate a JWT secret key and replace it in .env

Run the project

Project is Dockerized properly and there is no need to install anything else besides

npm run dev:docker

It will run the project on docker

Docker containers

  • ElasticSearch
  • Kibanna
  • PostgresSql

All the containers are run under esnet network

Use the project

You can have access to the project by calling localhost:3000

About


Languages

Language:TypeScript 97.7%Language:JavaScript 1.2%Language:Dockerfile 1.1%