Skip to content

Commit

Permalink
docs: 修改pom
Browse files Browse the repository at this point in the history
  • Loading branch information
LnYo-Cly committed Oct 18, 2024
1 parent 1c8180e commit 4c1461b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ai4j-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<groupId>io.github.lnyo-cly</groupId>
<artifactId>ai4j-spring-boot-starter</artifactId>
<packaging>jar</packaging>
<version>0.7.1</version>
<version>0.7.2</version>

<name>ai4j-spring-boot-stater</name>
<name>ai4j-spring-boot-starter</name>
<description>为aj4j所提供的spring-stater,便于接入spring项目。关于ai4j: 一款JavaSDK用于快速接入AI大模型应用,整合多平台大模型,如OpenAi、Ollama、智谱Zhipu(ChatGLM)、深度求索DeepSeek、月之暗面Moonshot(Kimi)、腾讯混元Hunyuan、零一万物(01)、MiniMax、百川Baichuan等等,提供统一的输入输出(对齐OpenAi)消除差异化,优化函数调用(Tool Call),优化RAG调用、支持向量数据库(Pinecone),并且支持JDK1.8,为用户提供快速整合AI的能力。</description>

<licenses>
Expand Down
2 changes: 1 addition & 1 deletion ai4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>io.github.lnyo-cly</groupId>
<artifactId>ai4j</artifactId>
<packaging>jar</packaging>
<version>0.7.1</version>
<version>0.7.2</version>

<name>ai4j</name>
<description>一款JavaSDK用于快速接入AI大模型应用,整合多平台大模型,如OpenAi、Ollama、智谱Zhipu(ChatGLM)、深度求索DeepSeek、月之暗面Moonshot(Kimi)、腾讯混元Hunyuan、零一万物(01)、MiniMax、百川Baichuan等等,提供统一的输入输出(对齐OpenAi)消除差异化,优化函数调用(Tool Call),优化RAG调用、支持向量数据库(Pinecone),并且支持JDK1.8,为用户提供快速整合AI的能力。</description>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>io.github.lnyo-cly</groupId>
<artifactId>ai4j-sdk</artifactId>

<version>0.7.1</version>
<version>0.7.2</version>

<packaging>pom</packaging>

Expand Down

0 comments on commit 4c1461b

Please sign in to comment.