mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
[PR #20412] [CLOSED] Feature/enter pico from terminal #48663
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/20412
Author: @kraza8
Created: 1/6/2026
Status: ❌ Closed
Base:
main← Head:feature/enter-pico-from-terminal📝 Commits (10+)
b2c0db3Fir 804 (#1)67db5dbMerge branch 'open-webui:main' into main07df135@FIR-816: Add ability to select whether to run natively or on FPGA (#2)677e26bChat can now use a mix of default and custom parameter values (#3)58d6388@FIR-822: Add UI option to pass on target as opu, cpu or native (#4)4f1a173Made cpu/opu choice persistent (#5)69056d8@FIR-823: Update all the logos to show TSI logos (#6)9fbfcb1@FIR-824: Fix the title page to show TSI WebUI instead of Open WebUI (#7)15c8f10@FIR-831: This change adds support for RestartOPU (#8)f5f35aaMerge branch 'open-webui:main' into main📊 Changes
420 files changed (+35640 additions, -16826 deletions)
View changed files
➕
.github/CODEOWNERS(+1 -0)📝
.github/ISSUE_TEMPLATE/bug_report.yaml(+6 -2)📝
.github/ISSUE_TEMPLATE/feature_request.yaml(+23 -6)📝
.github/pull_request_template.md(+10 -5)📝
.github/workflows/docker-build.yaml(+6 -0)📝
CHANGELOG.md(+301 -0)📝
README.md(+19 -44)📝
backend/open_webui/__init__.py(+55 -2)📝
backend/open_webui/config.py(+441 -147)📝
backend/open_webui/constants.py(+5 -1)📝
backend/open_webui/data/readme.txt(+1 -1)📝
backend/open_webui/env.py(+71 -2)📝
backend/open_webui/main.py(+256 -60)➕
backend/open_webui/migrations/versions/2f1211949ecc_update_message_and_channel_member_table.py(+103 -0)➕
backend/open_webui/migrations/versions/37f288994c47_add_group_member_table.py(+146 -0)📝
backend/open_webui/migrations/versions/38d63c18f30f_add_oauth_session_table.py(+32 -4)➕
backend/open_webui/migrations/versions/3e0e00844bb0_add_knowledge_file_table.py(+169 -0)➕
backend/open_webui/migrations/versions/90ef40d4714e_update_channel_and_channel_members_table.py(+81 -0)➕
backend/open_webui/migrations/versions/b10670c03dd5_update_user_table.py(+251 -0)📝
backend/open_webui/models/auths.py(+9 -16)...and 80 more files
📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions to discuss your idea/fix with the community before creating a pull request, and describe your changes before submitting a pull request.
This is to ensure large feature PRs are discussed with the community first, before starting work on it. If the community does not want this feature or it is not relevant for Open WebUI as a project, it can be identified in the discussion before working on the feature and submitting the PR.
Before submitting, make sure you've checked the following:
devbranch. Not targeting thedevbranch will lead to immediate closure of the PR.Changelog Entry
Description
Added
Changed
Deprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
Screenshots or Videos
Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.