AutoGPT/classic/forge/run

10 lines
167 B
Plaintext
Raw Normal View History

2023-09-15 08:21:44 +00:00
#!/bin/bash
kill $(lsof -t -i :8000)
2023-09-15 08:21:44 +00:00
if [ ! -f .env ]; then
cp .env.example .env
echo "Please add your api keys to the .env file."
fi
poetry run python -m forge