AutoGPT/classic/benchmark/run.sh

18 lines
274 B
Bash
Raw Permalink Normal View History

# poetry install
2023-08-27 07:18:30 +00:00
# poetry shell
2023-08-29 02:55:44 +00:00
# cp .env.example .env
# fill out OpenAI Key
# git submodule update --init --remote --recursive
# cd backend
# pip install -r requirement.txt
2023-08-27 07:18:30 +00:00
# uvicorn main:app --reload
# cd ..
# cd frontend
# npm install
# npm run dev
# localhost:3000