mirror of
https://github.com/open-webui/open-webui.git
synced 2026-08-02 06:39:02 -05:00
[PR #9688] [MERGED] feat: if autocomplete-generation is turned off, frontend should not attempt autocomplete request #93445
Reference in New Issue
Block a user
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/9688
Author: @yfzhou0904
Created: 2/9/2025
Status: ✅ Merged
Merged: 2/9/2025
Merged by: @tjbck
Base:
dev← Head:main📝 Commits (1)
11f0c48frontend stores ENABLE_AUTOCOMPLETE_GENERATION state, prevents making autocomplete request if turned off📊 Changes
3 files changed (+3 additions, -1 deletions)
View changed files
📝
backend/open_webui/main.py(+1 -0)📝
src/lib/components/chat/MessageInput.svelte(+1 -1)📝
src/lib/stores/index.ts(+1 -0)📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Added
N/A
Changed
Deprecated
N/A
Removed
N/A
Fixed
N/A
Security
N/A
Breaking Changes
N/A
Additional Information
Tested normal usage locally. Behaved as normal.
Screenshots or Videos
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.