File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -831,3 +831,23 @@ REQUIRE_STRONG_SECRETS=false
831831# Set to false to allow startup with security warnings
832832# NOT RECOMMENDED for production!
833833# REQUIRE_STRONG_SECRETS=false
834+
835+
836+ # ####################################
837+ # LLM Chat MCP CLient Configuration
838+ # ####################################
839+
840+ # Enable the LLM Chat functionality, false to disable
841+ LLMCHAT_ENABLED = true
842+
843+ # # EITHER Azure OpenAI OR Ollama can be configured.
844+
845+ # # Azure OpenAI LLM Configurations
846+ # AZURE_OPENAI_API_KEY=<api_key>
847+ # AZURE_OPENAI_ENDPOINT=https://your-url.openai.azure.com
848+ # AZURE_OPENAI_API_VERSION=2024-02-15-preview
849+ # AZURE_OPENAI_DEPLOYMENT=gpt4o
850+ # AZURE_OPENAI_MODEL=gpt4o
851+
852+ # # Ollama LLM Configurations
853+ # OLLAMA_MODEL=qwen3:1.7b
You can’t perform that action at this time.
0 commit comments