【3.6.3版本发布】ai聊天模块新增代码

This commit is contained in:
zhangdaiscott
2024-03-06 16:22:03 +08:00
parent f7538c1ed8
commit e15e9d80c4
10 changed files with 571 additions and 4 deletions

View File

@@ -261,6 +261,20 @@ jeecg:
password:
type: STANDALONE
enabled: true
# ChartGPT对接配置
ai-chat:
# 是否开启;必须。
enabled: false
# openAi接口秘钥填写自己的apiKey必须。
apiKey: ""
# openAi域名有代理就填代理的域名。默认openAI官方apiHost
apiHost: "https://api.openai.com"
# 超时时间单位:s。默认 60s
timeout: 60
# 本地代理地址
# proxy:
# host: "http://127.0.0.1"
# port: "7890"
#cas单点登录
cas:
prefixUrl: http://cas.example.org:8443/cas