feat(ai): 增加大模型对话测试

This commit is contained in:
v-zhangjc9
2025-06-12 20:29:37 +08:00
parent 5160c59ab0
commit 2e24bdb90b
2 changed files with 141 additions and 42 deletions

View File

@@ -20,6 +20,21 @@
<groupId>org.springframework.ai</groupId>
<artifactId>spring-ai-starter-model-deepseek</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.ai</groupId>
<artifactId>spring-ai-starter-model-openai</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.noear</groupId>
<artifactId>solon-ai</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.noear</groupId>
<artifactId>solon-ai-dialect-openai</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>