mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-02-22 22:54:22 +01:00
5 lines
90 B
Plaintext
Executable File
5 lines
90 B
Plaintext
Executable File
kill $(lsof -t -i :8000)
|
|
poetry install
|
|
cp .env.example .env
|
|
poetry run python -m forge &
|