mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-25 01:44:28 +01:00
Enable cache (#92)
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user