feat: update gpt4free 6.7.0-slim

This commit is contained in:
arch3rPro
2025-12-09 05:30:55 +08:00
parent 0b926aa4d9
commit 9c9e6dd60c
6 changed files with 2 additions and 2 deletions
+24
View File
@@ -0,0 +1,24 @@
additionalProperties:
formFields:
- default: 8080
envKey: PANEL_APP_PORT_HTTP
labelEn: Web Interface Port
labelZh: Web界面端口
label:
en: Web Interface Port
zh: Web界面端口
zh-Hant: Web界面埠
required: true
rule: paramPort
type: number
- default: 1337
envKey: PANEL_APP_PORT_API
labelEn: API Port
labelZh: API接口端口
label:
en: API Port
zh: API接口端口
zh-Hant: API接口埠
required: true
rule: paramPort
type: number