mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-11 00:04:08 -05:00
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/8717
Author: @okamototk
Created: 1/21/2025
Status: ❌ Closed
Base:
dev← Head:improve-performance-for-slowPC📝 Commits (1)
20279ffrefac: improve chat performance for slow platform(#8538).📊 Changes
1 file changed (+3 additions, -3 deletions)
View changed files
📝
backend/open_webui/config.py(+3 -3)📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in [Discussions]
https://github.com/open-webui/open-webui/discussions/8538
Description
For slow Laptop, currently Open WebUI is very very slow. It's improve performance some by disable some LLM inference during tag, search, retrival query. If you accept this PR, it's good for a lot of beginner. But for more professional use, current configuration is better for accurate answer in chat.
Disable LLM utilization for:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.