跳至主要內容

灵积(通义千问)接入

起凡小于 1 分钟

灵积(通义千问)接入

通用配置

请参考通用配置

依赖配置

    <dependency>
        <groupId>io.github.qifan777</groupId>
        <artifactId>spring-ai-dashscope-spring-boot-starter</artifactId>
    </dependency>

密钥配置

灵积 api-key申请open in new window

spring:
  ai:
    # 阿里灵积
    dash-scope:
      api-key: xxx
      enabled: true
      chat:
        model: qwen-max

使用

private final DashScopeAiChatModel dashScopeAiChatModel;

消息发送案例

请参考消息发送