mirror of
https://github.com/open-webui/open-webui.git
synced 2026-06-05 16:28:32 -05:00
[PR #4545] [CLOSED] 👀 try to fix LaTex #60365
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/4545
Author: @Yanyutin753
Created: 8/12/2024
Status: ❌ Closed
Base:
main← Head:Katex📝 Commits (10+)
6a012d2migration to SvelteKit 25315fb2changelod updatedb289eeftypo831fe9fcleanup44c781fcleanupfc31267refac: re-use utils.misced205d8fix: pop4105c97revert filesf62281aMerge branch 'dev' of https://github.com/open-webui/open-webui into remove-ollama2fb4d33fix: #4158 allow reconnection when websocket is closed📊 Changes
65 files changed (+1094 additions, -1204 deletions)
View changed files
📝
.github/workflows/integration-test.yml(+7 -0)📝
backend/apps/images/main.py(+6 -4)📝
backend/apps/images/utils/comfyui.py(+5 -3)📝
backend/apps/ollama/main.py(+84 -309)📝
backend/apps/openai/main.py(+5 -2)📝
backend/apps/webui/main.py(+4 -2)📝
backend/config.py(+6 -0)📝
backend/main.py(+2 -1)📝
backend/requirements.txt(+4 -4)📝
backend/utils/misc.py(+45 -5)📝
cypress/e2e/chat.cy.ts(+18 -13)📝
package-lock.json(+383 -595)📝
package.json(+21 -15)📝
pyproject.toml(+1 -1)📝
src/lib/apis/index.ts(+1 -0)📝
src/lib/components/chat/Messages/CodeBlock.svelte(+9 -6)➕
src/lib/components/chat/Messages/KatexRenderer.svelte(+9 -0)📝
src/lib/components/chat/Messages/MarkdownInlineTokens.svelte(+13 -3)📝
src/lib/components/chat/Messages/MarkdownTokens.svelte(+106 -119)📝
src/lib/components/chat/Messages/ResponseMessage.svelte(+80 -91)...and 45 more files
📄 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
Additional Information
Screenshots or Videos
https://github.com/user-attachments/assets/6f601075-ee94-4a63-9492-3a22a39077f0
https://github.com/user-attachments/assets/1e4c3f96-ac0a-48d6-96ea-b24cb14ab52d
Important
If the formula is too long on the mobile side may exceed the scope of the page, hope someone to resolve it!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.