git clone https://github.com/MetinKONUK/GPT4TestClient.git
cd GPT4TestClient
npm install
npm run dev
git clone https://github.com/MetinKONUK/GPT4TestUserServer.git
cd GPT4TestUserServer
npm install
npm start
git clone https://github.com/MetinKONUK/GPT4TestModelServer.git
cd GPT4TestModelServer
npm install
npm start
⚠️ Warning: Make sure you place your corresponding API keys to .env file!