mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-07 08:14:25 +01:00
Update beebot (#281)
Co-authored-by: Silen Naihin <silen.naihin@gmail.com>
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
|
||||
uvicorn beebot.initiator.api:create_app --reload &
|
||||
poetry run uvicorn beebot.initiator.api:create_app --reload &
|
||||
prefix="poetry run "
|
||||
elif [ "$AGENT_NAME" == "PolyGPT" ]; then
|
||||
cp .env.template .env
|
||||
|
||||
Reference in New Issue
Block a user