[tutorial] Improve Local LLM Performance with Dedicated Task Models #449
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.
Have seen multiple reddit posts and github issues recently where new users had the "Current Model" selected for the default tasks, and were running a model that barely fit on their GPU so autocomplete took the performance from sluggish to unusable. Thought it might be beneficial to put together a quick doc on how to configure these optimally and reduce confusion from users. Happy to make any changes if you'd like @tjbck - wasn't sure if I should list providers by name (ie openrouter) or if there are any recommended API providers you already work with.
This pull request adds updated documentation aimed at improving the performance of Open-WebUI when running local LLMs. The new guide explains why performance issues often occur—primarily because of multiple background automation tasks—and provides clear, step-by-step instructions to optimize task model performance.
• A detailed explanation of the background tasks (title generation, tag generation, autocomplete, and search query generation) that can burden local resources.
• Clear instructions to configure a dedicated, lightweight task model (e.g., Llama 3.2 3B or Qwen2.5 3B) via the Admin Panel.
• Recommendations for connecting to hosted API endpoints (such as OpenRouter or GLHF.chat) to offload processing and enhance responsiveness.
• Tips on disabling unnecessary automation features for users who prioritize core chat functionality.
These enhancements ensure that users can achieve a faster and smoother experience with Open-WebUI by optimizing their configuration based on their hardware capabilities or network access.