Clone this repository on your local machine.
git clone https://github.com/tayfuntop/Gpt-bot.git
To use it after cloning the project:
cd Gpt-bot
code .
open terminal
cd server
Firstly server run the following commands in the project folder to install the project dependencies.
npm install
Then you can get your API key from [OPENAI API KEY](https://beta.openai.com/account/api-keys)
after that you must added your key in configuration.
So you can that run server
npm run start
Secondly that open client
cd ..
cd client
Then client run the following commands in the project folder to install the project dependencies.
npm install
Finally run client
npm start
These instructions will get a copy of the project up and
running on your local machine for development and testing purposes.