Update beebot (#288)

This commit is contained in:
Erik Peterson
2023-08-11 11:14:10 -07:00
committed by GitHub
parent d1fa5fa2e7
commit 25a90a72f7

View File

@@ -185,7 +185,7 @@ jobs:
elif [ "$AGENT_NAME" == "beebot" ]; then
poetry install
poetry run playwright install
poetry run uvicorn beebot.initiator.api:create_app --reload &
poetry run uvicorn beebot.initiator.api:create_app --factory --timeout-graceful-shutdown=1 &
prefix="poetry run "
elif [ "$AGENT_NAME" == "PolyGPT" ]; then
cp .env.template .env