forked from open-webui/open-webui
feat: rename to open-webui
This commit is contained in:
parent
f4000f4b68
commit
acf5c938ef
10 changed files with 37 additions and 32 deletions
|
@ -1,6 +1,6 @@
|
|||
import { dev } from '$app/environment';
|
||||
|
||||
export const WEBUI_NAME = 'Ollama Web UI';
|
||||
export const WEBUI_NAME = 'Open Web UI';
|
||||
export const WEBUI_BASE_URL = dev ? `http://${location.hostname}:8080` : ``;
|
||||
|
||||
export const WEBUI_API_BASE_URL = `${WEBUI_BASE_URL}/api/v1`;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue