首页
学习
活动
专区
圈层
工具
发布
精选内容/技术社群/优惠产品,尽在小程序
立即前往

JeecgBoot 低代码 AI 大模型集成 DeepSeek

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

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

注册地址:https://www.deepseek.com

第一步:手机号注册

第二步:申请 key

第三步: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>

修改 yml 配置

jeecg:

# AI模型

ai-chat:

enabled: true

apiKey: ??

model: deepseek-chat

apiHost: https://api.deepseek.com

timeout: 60

集成 OK 看效果

  • 发表于:
  • 原文链接https://page.om.qq.com/page/OUTD3RMJ3QqYyEdma2U-M1Dw0
  • 腾讯「腾讯云开发者社区」是腾讯内容开放平台帐号(企鹅号)传播渠道之一,根据《腾讯内容开放平台服务协议》转载发布内容。
  • 如有侵权,请联系 cloudcommunity@tencent.com 删除。

扫码

添加站长 进交流群

领取专属 10元无门槛券

私享最新 技术干货

扫码加入开发者社群
领券