spring-ai

Installation
SKILL.md

Spring AI 开发指南

概述

Spring AI 是 Spring 官方提供的 AI 应用开发框架,简化了与各种大语言模型(LLM)的集成,包括 OpenAI、Anthropic、Azure OpenAI 等。

核心功能

1. 项目创建

依赖

<dependency>
    <groupId>org.springframework.ai</groupId>
    <artifactId>spring-ai-openai-spring-boot-starter</artifactId>
</dependency>
Related skills

More from teachingai/full-stack-skills

Installs
103
GitHub Stars
381
First Seen
Jan 24, 2026