From 2a894f60b17b66dce31da9b5b70934dd5b68c73e Mon Sep 17 00:00:00 2001 From: merwanehamadi Date: Tue, 8 Aug 2023 15:08:25 -0700 Subject: [PATCH] Integrate baserun (#275) Signed-off-by: Merwane Hamadi --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c0580ef7..47ae29d1 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 }}