application-dev.yml 588 字节
Newer Older
小傅哥's avatar
小傅哥 已提交
1 2 3
server:
  port: 8091
  application:
小傅哥's avatar
小傅哥 已提交
4
    name: xfg-dev-tech-http
小傅哥's avatar
小傅哥 已提交
5

小傅哥's avatar
小傅哥 已提交
6 7
# ChatGLM SDK Config
chatglm:
小傅哥's avatar
小傅哥 已提交
8 9
  sdk:
    config:
小傅哥's avatar
小傅哥 已提交
10 11 12 13 14 15 16 17
      # 状态;true = 开启、false 关闭
      enabled: true
      # 官网地址
      api-host: https://open.bigmodel.cn/
      # 官网申请 https://open.bigmodel.cn/usercenter/apikeys
      api-secret-key: 4e087e4135306ef4a676f0cce3c****.sg*****I
      # 知识星球 Cookie 你需要获取你的 cookie 登录
      cookie: zsxq_access_token=86******3C-941D-817CA1303C87_9D76*****
小傅哥's avatar
小傅哥 已提交
18 19 20 21 22 23

# 日志
logging:
  level:
    root: debug
  config: classpath:logback-spring.xml