Skip to content

Commit b83886e

Browse files
committed
Fix the SERPAPI_API_KEY deployment file
1 parent 13c5281 commit b83886e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ spec:
7171
- name: OPENAI_API_KEY
7272
value: OPENAI_API_KEY_STUB
7373
- name: SERPAPI_API_KEY
74-
value: SERPAPI_API_KEY_VALUE
74+
value: SERPAPI_API_KEY_STUB
7575
resources:
7676
limits:
7777
cpu: 400m

0 commit comments

Comments
 (0)