[improvement](chat) Remove unnecessary pom imports, optimize code, and adapt the test project. (#485)

This commit is contained in:
lexluo09
2023-12-08 20:03:42 +08:00
committed by GitHub
parent abbe8c84a1
commit a5c32ac064
8 changed files with 359 additions and 17 deletions

View File

@@ -104,19 +104,6 @@
<version>${mockito-inline.version}</version>
<scope>test</scope>
</dependency>
<!--langchain4j-->
<dependency>
<groupId>dev.langchain4j</groupId>
<artifactId>langchain4j-open-ai</artifactId>
</dependency>
<dependency>
<groupId>dev.langchain4j</groupId>
<artifactId>langchain4j</artifactId>
</dependency>
<dependency>
<groupId>dev.langchain4j</groupId>
<artifactId>langchain4j-chroma</artifactId>
</dependency>
</dependencies>