TINYDOC-3550 - Clarify on-premises AI quick-start provider configuration#4253
Open
kemister85 wants to merge 1 commit into
Open
TINYDOC-3550 - Clarify on-premises AI quick-start provider configuration#4253kemister85 wants to merge 1 commit into
kemister85 wants to merge 1 commit into
Conversation
…ly OpenAI; custom providers need PROVIDERS and MODELS
ShiridiGandham
approved these changes
Jun 30, 2026
shanmen-tiny
approved these changes
Jul 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ticket: TINYDOC-3550
Site: Staging branch
Changes:
IMPORTANTadmonition after the "Launch the AI service"docker runblock clarifying that the quick-start command configures a single OpenAI provider, and that addingPROVIDERS,MODELS, or other provider settings to the.envfile alone has no effect (only variables passed indocker runreach the service).openai-compatible(Databricks, Ollama, vLLM), Azure, Amazon Bedrock, or Google Vertex — requires editing thedocker runcommand to replacePROVIDERSand add aMODELSarray, and thatMODELSis required for every provider except direct OpenAI, Anthropic, and Google. Cross-referenced the LLM providers page.docker runcommand maps the friendly.envnames onto the service's own environment variables (for exampleAI_LICENCE_KEY→LICENSE_KEY,MANAGEMENT_SECRET→ENVIRONMENTS_MANAGEMENT_SECRET_KEY).Pre-checks:
hotfix/8/TINYDOC-3550modules/ROOT/nav.adochas been updated (if applicable). — not applicable (no new pages)release noteentry. — not applicable (clarification to existing page)supported-versions.adoctable. — not applicableReview: