17 lines
438 B
YAML
17 lines
438 B
YAML
|
additionalProperties:
|
||
|
formFields:
|
||
|
- default: 3000
|
||
|
edit: true
|
||
|
envKey: PANEL_APP_PORT_HTTP
|
||
|
labelEn: Open WebUI run port
|
||
|
labelZh: Open WebUI 运行端口
|
||
|
required: true
|
||
|
rule: paramPort
|
||
|
type: number
|
||
|
- default: http://10.2.2.2:11434/v1
|
||
|
edit: true
|
||
|
envKey: OLLAMA_BASE_URL
|
||
|
labelEn: OLLAMA_BASE_URL
|
||
|
labelZh: OLLAMA_BASE_URL代理URL
|
||
|
required: true
|
||
|
type: text
|