[PR #923] [MERGED] 0.7 #913

Closed
opened 2026-02-15 18:16:36 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/docs/pull/923
Author: @Classic298
Created: 12/27/2025
Status: Merged
Merged: 1/9/2026
Merged by: @Classic298

Base: mainHead: dev


📝 Commits (10+)

📊 Changes

114 files changed (+4964 additions, -752 deletions)

View changed files

📝 docs/faq.mdx (+60 -0)
📝 docs/features/audio/speech-to-text/env-variables.md (+117 -13)
docs/features/audio/speech-to-text/mistral-voxtral-integration.md (+125 -0)
docs/features/audio/speech-to-text/openai-stt-integration.md (+136 -0)
📝 docs/features/audio/speech-to-text/stt-config.md (+47 -8)
📝 docs/features/audio/text-to-speech/Kokoro-FastAPI-integration.md (+39 -0)
📝 docs/features/audio/text-to-speech/chatterbox-tts-api-integration.md (+28 -0)
📝 docs/features/audio/text-to-speech/kokoro-web-integration.md (+23 -0)
📝 docs/features/audio/text-to-speech/openai-edge-tts-integration.md (+63 -0)
docs/features/audio/text-to-speech/openai-tts-integration.md (+162 -0)
📝 docs/features/audio/text-to-speech/openedai-speech-integration.md (+34 -0)
📝 docs/features/auth/ldap.mdx (+5 -1)
📝 docs/features/channels/index.md (+18 -1)
📝 docs/features/chat-features/autocomplete.md (+1 -1)
📝 docs/features/chat-features/chat-params.md (+1 -1)
📝 docs/features/chat-features/chatshare.md (+1 -1)
📝 docs/features/chat-features/code-execution/artifacts.md (+1 -1)
📝 docs/features/chat-features/code-execution/index.md (+1 -1)
📝 docs/features/chat-features/code-execution/mermaid.md (+1 -1)
📝 docs/features/chat-features/code-execution/python.md (+1 -1)

...and 80 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/docs/pull/923 **Author:** [@Classic298](https://github.com/Classic298) **Created:** 12/27/2025 **Status:** ✅ Merged **Merged:** 1/9/2026 **Merged by:** [@Classic298](https://github.com/Classic298) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`386696c`](https://github.com/open-webui/docs/commit/386696c244d0a68835a68712933934d1245c071f) Merge pull request #917 from open-webui/main - [`4fa260b`](https://github.com/open-webui/docs/commit/4fa260b60b9f1dd8409b274028aecf39a54ba5a5) Merge pull request #918 from open-webui/main - [`39717dc`](https://github.com/open-webui/docs/commit/39717dc5e5b7836b49a7bbd66fb196eb031bd37e) new env var - [`fcf09f5`](https://github.com/open-webui/docs/commit/fcf09f5fff5a402664f2a39da6266201c06a8072) update - [`c74d73f`](https://github.com/open-webui/docs/commit/c74d73f429efd56cc8d8d2b6b8497ca438887c42) Merge pull request #1 from open-webui/dev - [`7144aba`](https://github.com/open-webui/docs/commit/7144aba62a75dafdfd52c62085da8bee63d75b47) Merge pull request #921 from Classic298/dev - [`747fcc0`](https://github.com/open-webui/docs/commit/747fcc02e09a7390ae9af8ae74bc7114718f9ae4) Merge pull request #922 from open-webui/main - [`10e68f0`](https://github.com/open-webui/docs/commit/10e68f0ea33689d9d53713097e0590e99a3bf503) Update env-configuration.mdx - [`36a89f8`](https://github.com/open-webui/docs/commit/36a89f8bad14cbbea533699d5b515da5fb67ada0) Update env-configuration.mdx - [`9a2126e`](https://github.com/open-webui/docs/commit/9a2126e545ae81c3d77a19134e528ea255b88a88) Merge pull request #924 from Classic298/dev ### 📊 Changes **114 files changed** (+4964 additions, -752 deletions) <details> <summary>View changed files</summary> 📝 `docs/faq.mdx` (+60 -0) 📝 `docs/features/audio/speech-to-text/env-variables.md` (+117 -13) ➕ `docs/features/audio/speech-to-text/mistral-voxtral-integration.md` (+125 -0) ➕ `docs/features/audio/speech-to-text/openai-stt-integration.md` (+136 -0) 📝 `docs/features/audio/speech-to-text/stt-config.md` (+47 -8) 📝 `docs/features/audio/text-to-speech/Kokoro-FastAPI-integration.md` (+39 -0) 📝 `docs/features/audio/text-to-speech/chatterbox-tts-api-integration.md` (+28 -0) 📝 `docs/features/audio/text-to-speech/kokoro-web-integration.md` (+23 -0) 📝 `docs/features/audio/text-to-speech/openai-edge-tts-integration.md` (+63 -0) ➕ `docs/features/audio/text-to-speech/openai-tts-integration.md` (+162 -0) 📝 `docs/features/audio/text-to-speech/openedai-speech-integration.md` (+34 -0) 📝 `docs/features/auth/ldap.mdx` (+5 -1) 📝 `docs/features/channels/index.md` (+18 -1) 📝 `docs/features/chat-features/autocomplete.md` (+1 -1) 📝 `docs/features/chat-features/chat-params.md` (+1 -1) 📝 `docs/features/chat-features/chatshare.md` (+1 -1) 📝 `docs/features/chat-features/code-execution/artifacts.md` (+1 -1) 📝 `docs/features/chat-features/code-execution/index.md` (+1 -1) 📝 `docs/features/chat-features/code-execution/mermaid.md` (+1 -1) 📝 `docs/features/chat-features/code-execution/python.md` (+1 -1) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 18:16:36 -05:00
yindo closed this issue 2026-02-15 18:16:36 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/docs#913