Checkout the following repository next to the project: TIR-ENGINE-GRPC Follow the instructions in the README.md
Create an .env.grpc.development
file by .env.grpc.development.example
example and place the OPENAI_SK value.
Clone tir-engine-grpc repo to th root folder:
git clone https://github.com/Ptrskay3/tir-engine-grpc.git
git submodule init
git submodule sync
git submodule update --remote --recursive --no-single-branch
cd tir-engine-grpc
git clone https://github.com/teamcodeyard/tir-engine.git
Start the project with Docker Compose:
npm run dc:up