diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c0580ef7787..47ae29d138f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -229,6 +229,7 @@ jobs: AGENT_NAME: ${{ matrix.agent-name }} PROMPT_USER: false # For mini-agi. TODO: Remove this and put it in benchmarks.py HELICONE_API_KEY: ${{ secrets.HELICONE_API_KEY }} + BASERUN_API_KEY: ${{ secrets.BASERUN_API_KEY }} REQUESTS_CA_BUNDLE: /etc/ssl/certs/ca-certificates.crt HELICONE_CACHE_ENABLED: false HELICONE_PROPERTY_AGENT: ${{ matrix.agent-name }} diff --git a/agent/mini-agi b/agent/mini-agi index 667d834cfe7..2fc70aa0032 160000 --- a/agent/mini-agi +++ b/agent/mini-agi @@ -1 +1 @@ -Subproject commit 667d834cfe7e250aa654e7b0c663650451278728 +Subproject commit 2fc70aa0032eec986dfb1020854a1b3b8aaf6780