mirror of
https://github.com/open-webui/open-webui
synced 2024-11-22 08:07:55 +00:00
Update contants.ts
This commit is contained in:
parent
f5bca7c4d8
commit
c5e36c8d11
@ -1,7 +1,10 @@
|
|||||||
import { browser, dev } from '$app/environment';
|
import { browser, dev } from '$app/environment';
|
||||||
|
|
||||||
export const ENDPOINT = browser
|
export const ENDPOINT =
|
||||||
? `http://${location.hostname}:11434`
|
process.env.OLLAMA_ENDPOINT != undefined
|
||||||
: dev
|
? process.env.OLLAMA_ENDPOINT
|
||||||
? 'http://127.0.0.1:11434'
|
: browser
|
||||||
: 'http://host.docker.internal:11434';
|
? `http://${location.hostname}:11434`
|
||||||
|
: dev
|
||||||
|
? 'http://127.0.0.1:11434'
|
||||||
|
: 'http://host.docker.internal:11434';
|
||||||
|
Loading…
Reference in New Issue
Block a user