PolyGPT Benchmarks and Submodule Update (#273)

Co-authored-by: Auto-GPT-Bot <github-bot@agpt.co>
Co-authored-by: nerfZael <bogunovij@gmail.com>
This commit is contained in:
Media
2023-08-09 20:04:02 +02:00
committed by GitHub
parent 5f12bfe9f9
commit 2a46abead9
22 changed files with 3797 additions and 8 deletions

View File

@@ -187,6 +187,14 @@ jobs:
poetry run playwright install
uvicorn beebot.initiator.api:create_app --reload &
prefix="poetry run "
elif [ "$AGENT_NAME" == "PolyGPT" ]; then
cp .env.template .env
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
export NVM_DIR=$HOME/.nvm
source $NVM_DIR/nvm.sh
nvm install && nvm use
yarn install
export NODE_TLS_REJECT_UNAUTHORIZED=0
else
echo "Unknown agent name: $AGENT_NAME"
exit 1