1
0

feat: 增加AI调用的代码

This commit is contained in:
2024-12-23 11:01:08 +08:00
parent e0653d7400
commit 7676f8c890
6 changed files with 151 additions and 0 deletions

View File

@@ -32,6 +32,11 @@ dependencies {
val hutoolVersion = "5.8.32"
implementation("cn.hutool:hutool-core:$hutoolVersion")
implementation("cn.hutool:hutool-http:$hutoolVersion")
implementation("cn.hutool:hutool-json:$hutoolVersion")
implementation("cn.bigmodel.openapi:oapi-java-sdk:release-V4-2.3.0")
implementation("com.baidubce:qianfan:0.1.1")
runtimeOnly("com.h2database:h2")
runtimeOnly("com.mysql:mysql-connector-j")