mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-17 08:21:12 -05:00
[PR #19291] [CLOSED] Feature llm #25165
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/19291
Author: @arthurtwiss
Created: 11/19/2025
Status: ❌ Closed
Base:
main← Head:feature-llm📝 Commits (10+)
40c1b44LightSail & Deploy instructions0777f43chore: add Docker installation script for AWS Lightsail93ba597chore: add Azure OpenAI deployment configurationa7c584fchore: enable user signup by default in Azure deployment0a3ec6fchore: disable user signup by default in Azure deploymentf038ec2chore: remove version field from Azure docker-compose file373eb35docs: add AWS Lightsail deployment guide with Azure OpenAI configuration8856859docs: update Docker Compose commands to use modern syntax and add service-specific operations97c2499docs: add LiteLLM proxy deployment option to Lightsail guide848051dConfigure LiteLLM with Azure OpenAI GPT-4o📊 Changes
11 files changed (+1086 additions, -0 deletions)
View changed files
📝
.gitignore(+10 -0)➕
docker-compose.azure.yml(+47 -0)➕
docker-compose.litellm.yml(+65 -0)➕
lightsail/.gitignore(+1 -0)➕
lightsail/DEPLOY.md(+199 -0)➕
lightsail/README.md(+228 -0)➕
lightsail/deploy-server.sh(+377 -0)➕
lightsail/install-docker.sh(+115 -0)➕
litellm.env.example(+16 -0)➕
litellm_config.yaml(+23 -0)➕
minimal.env(+5 -0)📄 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.