mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-02-18 12:44:29 +01:00
Updated run script
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
kill $(lsof -t -i :8000)
|
||||
poetry install
|
||||
cp .env.example .env
|
||||
if [ ! -f .env ]; then
|
||||
cp .env.example .env
|
||||
echo "Please add your api keys to the .env file."
|
||||
fi
|
||||
poetry run python -m forge &
|
||||
|
||||
Reference in New Issue
Block a user