Skip to content

Commit 02582a2

Browse files
authored
chore(artifact): document required OpenAI key in .env.component (#1219)
Because - The embedding feature in `artifact-backend` requires (for now) a valid OpenAI API key. This commit - Adds a comment on `.env.component` to signal this dependency.
1 parent fa4c4da commit 02582a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.env.component

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Provide your API key for the AI vendors so that you can set the components up
22
# with default credentials.
3+
4+
# OpenAI key is needed for the embedding feature in artifact-backend.
35
CFG_COMPONENT_SECRETS_OPENAI_APIKEY=
6+
47
CFG_COMPONENT_SECRETS_STABILITYAI_APIKEY=
58
CFG_COMPONENT_SECRETS_ANTHROPIC_APIKEY=
69
CFG_COMPONENT_SECRETS_COHERE_APIKEY=

0 commit comments

Comments
 (0)