Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
dc4ffe4e
Commit
dc4ffe4e
authored
Feb 17, 2024
by
Timothy J. Baek
Browse files
fix: rename
parent
7474a8d4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
README.md
README.md
+1
-1
src/lib/components/chat/Settings/About.svelte
src/lib/components/chat/Settings/About.svelte
+1
-1
src/lib/constants.ts
src/lib/constants.ts
+1
-1
No files found.
README.md
View file @
dc4ffe4e
...
...
@@ -8,7 +8,7 @@



[

](https://discord.gg/5rJgQTnV4s)
[

](https://discord.gg/5rJgQTnV4s)
[

](https://github.com/sponsors/tjbck)
ChatGPT-Style Web Interface for Ollama 🦙
...
...
src/lib/components/chat/Settings/About.svelte
View file @
dc4ffe4e
...
...
@@ -40,7 +40,7 @@
<a href="https://discord.gg/5rJgQTnV4s" target="_blank">
<img
alt="Discord"
src="https://img.shields.io/badge/Discord-O
llama
_Web
_
UI-blue?logo=discord&logoColor=white"
src="https://img.shields.io/badge/Discord-O
pen
_WebUI-blue?logo=discord&logoColor=white"
/>
</a>
...
...
src/lib/constants.ts
View file @
dc4ffe4e
import
{
dev
}
from
'
$app/environment
'
;
export
const
WEBUI_NAME
=
'
Open Web
UI
'
;
export
const
WEBUI_NAME
=
'
Open WebUI
'
;
export
const
WEBUI_BASE_URL
=
dev
?
`http://
${
location
.
hostname
}
:8080`
:
``
;
export
const
WEBUI_API_BASE_URL
=
`
${
WEBUI_BASE_URL
}
/api/v1`
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment