【增加】chatglm 实现 spring ai 标准

This commit is contained in:
cherishsince
2024-07-12 15:03:34 +08:00
parent db7315b8cd
commit d865cc293b
5 changed files with 261 additions and 0 deletions

View File

@ -60,6 +60,13 @@
<version>2.14.0</version>
</dependency>
<!-- bigmodel -->
<dependency>
<groupId>cn.bigmodel.openapi</groupId>
<artifactId>oapi-java-sdk</artifactId>
<version>release-V4-2.0.2</version>
</dependency>
<!-- Test 测试相关 -->
<dependency>
<groupId>org.springframework.boot</groupId>