Back
Install & run in minutes
Open a terminal window and run the following commands
1- Clone the repo:
Terminal
git clone https://github.com/sylvainzircher/yo-GPT.git [your-name]
cd [your-name]
2- Install dependencies:
Terminal
npm install
3- Add your Fireworks API key:
Create a .env.local file in the root directory and add your Fireworks API key (you can find it here):
NEXT_PUBLIC_FIREWORKS_API_KEY=your_api_key_here
4- Run Locally:
Terminal
npm run dev
5- Open http://localhost:3000 and start chatting!