mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-17 17:57:11 +08:00
refactor(litellm): 更新应用版本从v1.83.0-nightly到v1.83.3-stable
迁移配置文件和数据文件到新版本目录 更新docker-compose配置以匹配稳定版本
This commit is contained in:
21
apps/litellm/v1.83.3-stable/data.yml
Normal file
21
apps/litellm/v1.83.3-stable/data.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: "4000"
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
label:
|
||||
en: Port
|
||||
zh: 端口
|
||||
required: true
|
||||
type: number
|
||||
edit: true
|
||||
rule: paramPort
|
||||
- default: sk-litellm-change-in-production
|
||||
envKey: LITELLM_MASTER_KEY
|
||||
label:
|
||||
en: LITELLM_MASTER_KEY
|
||||
zh: LITELLM密钥
|
||||
required: true
|
||||
type: password
|
||||
edit: true
|
||||
rule: paramComplexity
|
||||
random: true
|
||||
Reference in New Issue
Block a user