forked from open-webui/open-webui
feat: gguf upload
This commit is contained in:
parent
6ea9f6e198
commit
e539cf5c28
6 changed files with 457 additions and 96 deletions
|
@ -8,7 +8,8 @@ export const OLLAMA_API_BASE_URL =
|
|||
: `http://localhost:11434/api`
|
||||
: PUBLIC_API_BASE_URL;
|
||||
|
||||
export const WEBUI_API_BASE_URL = dev ? `http://${location.hostname}:8080/api/v1` : `/api/v1`;
|
||||
export const WEBUI_BASE_URL = dev ? `http://${location.hostname}:8080` : ``;
|
||||
export const WEBUI_API_BASE_URL = `${WEBUI_BASE_URL}/api/v1`;
|
||||
|
||||
export const WEB_UI_VERSION = 'v1.0.0-alpha-static';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue