From 40ecc2563ade8915a0285fa0d11e1833df842f6a Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Wed, 7 Aug 2024 14:51:07 +0200 Subject: [PATCH] chore: format --- .github/ISSUE_TEMPLATE/bug_report.md | 2 + docs/SECURITY.md | 3 +- package-lock.json | 4 +- package.json | 2 +- .../chat/Messages/MarkdownTokens.svelte | 85 ------------------- 5 files changed, 7 insertions(+), 89 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 82783fdf3..bfbee10a1 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -29,9 +29,11 @@ assignees: '' - [ ] I have provided the exact steps to reproduce the bug in the "Steps to Reproduce" section below. ## Expected Behavior: + [Describe what you expected to happen.] ## Actual Behavior: + [Describe what actually happened.] ## Description diff --git a/docs/SECURITY.md b/docs/SECURITY.md index 6c1b881b5..1cf539b3e 100644 --- a/docs/SECURITY.md +++ b/docs/SECURITY.md @@ -32,4 +32,5 @@ We regularly audit our internal processes and system architecture for vulnerabil For immediate concerns or detailed reports that meet our guidelines, please create an issue in our [issue tracker](/open-webui/open-webui/issues) or contact us on [Discord](https://discord.gg/5rJgQTnV4s). --- -_Last updated on **2024-08-06**._ \ No newline at end of file + +_Last updated on **2024-08-06**._ diff --git a/package-lock.json b/package-lock.json index f3e8d2e38..f903771f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "open-webui", - "version": "0.3.11", + "version": "0.3.12", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "open-webui", - "version": "0.3.11", + "version": "0.3.12", "dependencies": { "@codemirror/lang-javascript": "^6.2.2", "@codemirror/lang-python": "^6.1.6", diff --git a/package.json b/package.json index 6687cef75..bbe3ac397 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "open-webui", - "version": "0.3.11", + "version": "0.3.12", "private": true, "scripts": { "dev": "npm run pyodide:fetch && vite dev --host", diff --git a/src/lib/components/chat/Messages/MarkdownTokens.svelte b/src/lib/components/chat/Messages/MarkdownTokens.svelte index 843d03a6f..33b898485 100644 --- a/src/lib/components/chat/Messages/MarkdownTokens.svelte +++ b/src/lib/components/chat/Messages/MarkdownTokens.svelte @@ -125,91 +125,6 @@ code={revertSanitizedResponseContent(token?.text ?? '')} /> {/if} - - {:else} {@html marked.parse(token.raw, { ...defaults,