随笔 - 408  文章 - 4 评论 - 11 阅读 - 30万
< 2025年2月 >
26 27 28 29 30 31 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 1
2 3 4 5 6 7 8

JeecgBoot 已经支持集成 DeepSeek AI v3 模型,提供更优的速度和质量。

DeepSeek 是国内非常火爆的 AI 模型,根据使用体验,发现 DeepSeek 在编程领域反馈的知识比 ChatGPT 更完善一些,也更符合中国人的习惯。

第一步:手机号注册

image

第二步:申请 key

image

第三步:JeecgBoot 集成 DeepSeek 模型

  • 引入 jeecg-boot-starter-chatgpt 依赖(版本要求 3.7.3+
<!-- chatgpt -->
    <dependency>
       <groupId>org.jeecgframework.boot</groupId>
       <artifactId>jeecg-boot-starter-chatgpt</artifactId>
       <version>3.7.3</version>
    </dependency>
  • 修改 yml 配置
jeecg:
      # AI模型
      ai-chat:
        enabled: true
        apiKey: ??
        model: deepseek-chat
        apiHost: https://api.deepseek.com
        timeout: 60
  • 集成 OK 看效果

image

posted on   zhangdaiscott  阅读(47)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· DeepSeek “源神”启动!「GitHub 热点速览」
· 微软正式发布.NET 10 Preview 1:开启下一代开发框架新篇章
· C# 集成 DeepSeek 模型实现 AI 私有化(本地部署与 API 调用教程)
· DeepSeek R1 简明指南:架构、训练、本地部署及硬件要求
· 2 本地部署DeepSeek模型构建本地知识库+联网搜索详细步骤
历史上的今天:
2021-02-05 低代码概念报表-JimuReport1.1.09 版本发布
2018-02-05 【JEECG技术文档】JEECG 组织机构导入V3.7
2018-02-05 【JEECG技术文档】Online唯一校验使用说明
2018-02-05 【JEECG技术文档】JEECG部门管理员操作手册
点击右上角即可分享
微信分享提示