Skip to content

Commit

Permalink
modified: .github/pull_request_template.md
Browse files Browse the repository at this point in the history
modified:   backend/open_webui/main.py
modified:   backend/open_webui/retrieval/web/searxng.py
modified:   package.json
modified:   src/lib/components/admin/Settings/Connections.svelte
modified:   src/lib/components/chat/Settings/About.svelte
modified:   src/lib/components/chat/Settings/General.svelte
modified:   src/lib/components/layout/UpdateInfoToast.svelte
deleted:    src/routes/(app)/playground/+layout.svelte
deleted:    src/routes/(app)/playground/+page.svelte
deleted:    src/routes/(app)/playground/completions/+page.svelte
deleted:    src/routes/(app)/playground/notes/+page.svelte
modified:   src/routes/error/+page.svelte
  • Loading branch information
notguoxin committed Jan 6, 2025
1 parent 530a7a4 commit 0c2a884
Show file tree
Hide file tree
Showing 13 changed files with 10 additions and 101 deletions.
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Pull Request Checklist

### Note to first-time contributors: Please open a discussion post in [Discussions](https://github.com/open-webui/open-webui/discussions) and describe your changes before submitting a pull request.
### Note to first-time contributors: Please open a discussion post in [Discussions](https://github.com/notguoxin/open-webui/discussions) and describe your changes before submitting a pull request.

**Before submitting, make sure you've checked the following:**

Expand Down
2 changes: 1 addition & 1 deletion backend/open_webui/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ async def get_response(self, path: str, scope):
v{VERSION} - modified by Guo Xin.
{f"Commit: {WEBUI_BUILD_HASH}" if WEBUI_BUILD_HASH != "dev-build" else ""}
https://github.com/open-webui/open-webui
https://github.com/notguoxin/open-webui
"""
)

Expand Down
2 changes: 1 addition & 1 deletion backend/open_webui/retrieval/web/searxng.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def search_searxng(
response = requests.get(
query_url,
headers={
"User-Agent": "Open WebUI (https://github.com/open-webui/open-webui) RAG Bot",
"User-Agent": "Open WebUI (https://github.com/notguoxin/open-webui) RAG Bot",
"Accept": "text/html",
"Accept-Encoding": "gzip, deflate",
"Accept-Language": "en-US,en;q=0.5",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "open-webui",
"version": "0.1.53",
"version": "0.1.54",
"private": true,
"scripts": {
"build": "npm run pyodide:fetch && vite build",
Expand Down
2 changes: 1 addition & 1 deletion src/lib/components/admin/Settings/Connections.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
{$i18n.t('Trouble accessing Ollama?')}
<a
class=" text-gray-300 font-medium underline"
href="https://github.com/open-webui/open-webui#troubleshooting"
href="https://github.com/notguoxin/open-webui#troubleshooting"
target="_blank"
>
{$i18n.t('Click here for help.')}
Expand Down
4 changes: 2 additions & 2 deletions src/lib/components/chat/Settings/About.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
</Tooltip>

<a
href="https://github.com/open-webui/open-webui/releases/tag/v{version.latest}"
href="https://github.com/notguoxin/open-webui/releases/tag/v{version.latest}"
target="_blank"
>
{updateAvailable === null
Expand Down Expand Up @@ -127,7 +127,7 @@
/>
</a>

<a href="https://github.com/open-webui/open-webui" target="_blank">
<a href="https://github.com/notguoxin/open-webui" target="_blank">
<img
alt="Github Repo"
src="https://img.shields.io/github/stars/open-webui/open-webui?style=social&label=Star us on Github"
Expand Down
2 changes: 1 addition & 1 deletion src/lib/components/chat/Settings/General.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
Couldn't find your language?
<a
class=" text-gray-300 font-medium underline"
href="https://github.com/open-webui/open-webui/blob/main/docs/CONTRIBUTING.md#-translations-and-internationalization"
href="https://github.com/notguoxin/open-webui/blob/main/docs/CONTRIBUTING.md#-translations-and-internationalization"
target="_blank"
>
Help us translate Open WebUI!
Expand Down
2 changes: 1 addition & 1 deletion src/lib/components/layout/UpdateInfoToast.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
LATEST_VERSION: version.latest
})}

<a href="https://github.com/open-webui/open-webui/releases" target="_blank" class="underline">
<a href="https://github.com/notguoxin/open-webui/releases" target="_blank" class="underline">
{$i18n.t('Update for the latest features and improvements.')}</a
>
</div>
Expand Down
76 changes: 0 additions & 76 deletions src/routes/(app)/playground/+layout.svelte

This file was deleted.

5 changes: 0 additions & 5 deletions src/routes/(app)/playground/+page.svelte

This file was deleted.

5 changes: 0 additions & 5 deletions src/routes/(app)/playground/completions/+page.svelte

This file was deleted.

5 changes: 0 additions & 5 deletions src/routes/(app)/playground/notes/+page.svelte

This file was deleted.

2 changes: 1 addition & 1 deletion src/routes/error/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<br class=" " />
<a
class=" font-semibold underline"
href="https://github.com/open-webui/open-webui#how-to-install-"
href="https://github.com/notguoxin/open-webui#how-to-install-"
target="_blank">{$i18n.t('See readme.md for instructions')}</a
>
{$i18n.t('or')}
Expand Down

0 comments on commit 0c2a884

Please sign in to comment.