File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
example-apps/chatbot-rag-app Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments