Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

Commit

Permalink
Enable cache (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
waynehamadi authored Jul 12, 2023
1 parent 504634b commit e292ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:
PROMPT_USER: false # For mini-agi. TODO: Remove this once mini-agi follows the standards.
HELICONE_API_KEY: ${{ secrets.HELICONE_API_KEY }}
REQUESTS_CA_BUNDLE: /etc/ssl/certs/ca-certificates.crt
HELICONE_CACHE_ENABLED: false
HELICONE_CACHE_ENABLED: true
HELICONE_PROPERTY_AGENT: ${{ matrix.agent-name }}

- name: Upload logs as artifact
Expand Down

0 comments on commit e292ffe

Please sign in to comment.