appstore-1panel/apps/ollama-webui/main/data.yml
2024-03-15 11:22:36 +08:00

27 lines
679 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

additionalProperties:
formFields:
- default: 3000
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number
- default: '示例http://192.168.10.100:11434'
edit: true
envKey: OLLAMA_BASE_URL
labelEn: Ollama Base Url
labelZh: Ollama 服务地址
required: true
rule: paramExtUrl
type: text
- default: 'ollama'
edit: true
envKey: WEBUI_SECRET_KEY
labelEn: Secret Key
labelZh: Secret Key
random: true
required: false
rule: paramComplexity
type: password