mirror of
https://github.com/open-webui/open-webui
synced 2024-11-06 08:56:39 +00:00
9 lines
344 B
Bash
9 lines
344 B
Bash
# must be defined, but defaults to 'http://{location.hostname}:11434/api'
|
|
# can also use path, such as '/api'
|
|
PUBLIC_API_BASE_URL=''
|
|
|
|
OLLAMA_API_ID='my-api-token'
|
|
OLLAMA_API_TOKEN='xxxxxxxxxxxxxxxx'
|
|
# generated by passing the token to `caddy hash-password`
|
|
OLLAMA_API_TOKEN_DIGEST='$2a$14$iyyuawykR92xTHNR9lWzfu.uCct/9/xUPX3zBqLqrjAu0usNRPbyi'
|