We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9d3601 commit b426735Copy full SHA for b426735
src/main/resources/application-openai.yaml
@@ -6,7 +6,7 @@ spring:
6
embedding:
7
enabled: false
8
openai:
9
- api-key: ${OPENAI_API_KEY:}
+ api-key: ${OPENAI_API_KEY:demo}
10
chat:
11
enabled: true
12
options:
0 commit comments