We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b778580 commit 917e032Copy full SHA for 917e032
.github/workflows/ai-version-deploy.yml
@@ -21,8 +21,7 @@ jobs:
21
working-directory: app/
22
23
env:
24
- REQUEST_SCHEMA_URL: https://raw.githubusercontent.com/lambda-feedback/request-response-schemas/master/request.json
25
- RESPONSE_SCHEMA_URL: https://raw.githubusercontent.com/lambda-feedback/request-response-schemas/master/responsev2.json
+ OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
26
27
steps:
28
- name: Checkout
0 commit comments