mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-27 19:04:25 +01:00
Fix typo (#323)
Co-authored-by: Luke <2609441+lc0rp@user.noreply.github.com> Co-authored-by: merwanehamadi <merwanehamadi@gmail.com>
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -193,7 +193,7 @@ jobs:
|
||||
source venv/bin/activate
|
||||
pip install -r requirements.txt
|
||||
pip uninstall agbenchmark -y
|
||||
cp .env_example .env
|
||||
cp .env.template .env
|
||||
sed -i 's/your-openai-api-key/${{ secrets.OPENAI_API_KEY }}/g' .env
|
||||
else
|
||||
echo "Unknown agent name: $AGENT_NAME"
|
||||
|
||||
Reference in New Issue
Block a user