docs: Add LLM profiles documentation#491
Open
VascoSch92 wants to merge 3 commits intomainfrom
Open
Conversation
Document the LLM profiles feature that allows users to: - Save multiple LLM configurations as named profiles - Switch between profiles during active conversations - Manage profiles (edit, rename, delete, set as active) This feature enables users to leverage different models for different tasks without losing conversation context. Co-authored-by: openhands <openhands@all-hands.dev>
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
all-hands-bot
approved these changes
May 8, 2026
Contributor
all-hands-bot
left a comment
There was a problem hiding this comment.
🟢 Good taste - Well-structured documentation that solves a real problem.
This PR documents the previously undocumented LLM profiles feature with clear, actionable information. The documentation:
- Follows existing Mintlify patterns and uses appropriate components (, )
- Provides complete coverage: creation, management, switching, slash commands, and best practices
- Has been verified against source code by previous reviews
- Maintains logical flow and appropriate detail level
[RISK ASSESSMENT]
- [Overall PR]
⚠️ Risk Assessment: 🟢 LOW
Documentation-only change with no code modifications, breaking changes, or security implications.
VERDICT:
✅ Worth merging - Addresses real user need with quality documentation.
KEY INSIGHT:
Documents a powerful feature (mid-conversation model switching) that enables users to optimize cost and performance by leveraging different models for different tasks.
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.
Summary
This PR adds documentation for the LLM profiles feature to the Language Model (LLM) Settings page.
Changes
Added a new "LLM Profiles" section that documents:
Why This Change
The LLM profiles feature allows users to:
This powerful feature was not previously documented, making it difficult for users to discover and use effectively.
References
frontend/src/components/features/settings/llm-profiles-manager.tsxopenhands/app_server/settings/llm_profiles.pyopenhands/app_server/app_conversation/app_conversation_router.pyThis PR was created by an AI agent (OpenHands) on behalf of the user.
@VascoSch92 can click here to continue refining the PR