Files
Auto-GPT/benchmark/run.sh
Auto-GPT-Bot 45c15e370f Auto-GPT-20230905085638
Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>
2023-09-05 10:10:03 -07:00

18 lines
274 B
Bash

# poetry install
# poetry shell
# cp .env.example .env
# fill out OpenAI Key
# git submodule update --init --remote --recursive
# cd backend
# pip install -r requirement.txt
# uvicorn main:app --reload
# cd ..
# cd frontend
# npm install
# npm run dev
# localhost:3000