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.gitStart the project with Docker Compose:
npm run dc:up