mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-04 14:54:32 +01:00
Update beebot (#288)
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user