Skip to content

feat: add helicone for caching openai response #408

feat: add helicone for caching openai response

feat: add helicone for caching openai response #408

Workflow file for this run

# Run examples inside JS folders
name: Run examples JS
on:
workflow_dispatch:
pull_request:
paths:
- "js/examples/**"
push:
branches:
- master
paths:
- "js/examples/**"
jobs:
test-examples:
uses: ./.github/workflows/examples_js.yml
with:
working-directory: ./js
secrets: inherit