Skip to content

Commit 4788fa4

Browse files
RIP rip
Signed-off-by: Adrian Cole <[email protected]>
1 parent 25d7abe commit 4788fa4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example-apps/chatbot-rag-app/env.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ ES_INDEX_CHAT_HISTORY=workplace-app-docs-chat-history
1212

1313
# Uncomment and complete if you want to use OpenAI
1414
# LLM_TYPE=openai
15-
# OPENAI_API_KEY=sk-YOUR_API_KEY
15+
# OPENAI_API_KEY=
1616
# CHAT_MODEL=gpt-4o-mini
1717

1818
# Uncomment and complete if you want to use Azure OpenAI
1919
# LLM_TYPE=azure
2020
## "Azure OpenAI Endpoint" in https://oai.azure.com/resource/overview
2121
# AZURE_OPENAI_ENDPOINT=https://YOUR_RESOURCE_NAME.openai.azure.com/
2222
## "API key 1 (or 2)" in https://oai.azure.com/resource/overview
23-
# AZURE_OPENAI_API_KEY=abc01...
23+
# AZURE_OPENAI_API_KEY=
2424
## "Inference version" from https://learn.microsoft.com/en-us/azure/ai-services/openai/api-version-deprecation
2525
# OPENAI_API_VERSION=2024-10-01-preview
2626
## "Name" from https://oai.azure.com/resource/deployments

0 commit comments

Comments
 (0)