Skip to content

Releases: dnsjia/luban

v2.9.0

12 Apr 14:24
Compare
Choose a tag to compare

What's Changed

  • 新增AI助手,支持对k8s应用进行AI智能分析、应用日志解读
  • 其他细节优化

配置文件新增chatgpt供应商

# chatgpt api
chatgpt:
  # openai, tongyi
  provider: "tongyi"
  endpoint: "https://dashscope.aliyuncs.com/compatible-mode/v1"
  model: "qwen-plus"
  token: "sk-"

Full Changelog: https://github.com/dnsjia/luban/commits/v2.9.0