[improvement](chat) Resolving jtokkit JAR package conflicts. (#486)

This commit is contained in:
lexluo09
2023-12-09 00:43:30 +08:00
committed by GitHub
parent a5c32ac064
commit 0e0ba51750

View File

@@ -117,6 +117,12 @@
<groupId>com.github.plexpt</groupId> <groupId>com.github.plexpt</groupId>
<artifactId>chatgpt</artifactId> <artifactId>chatgpt</artifactId>
<version>4.1.2</version> <version>4.1.2</version>
<exclusions>
<exclusion>
<groupId>com.knuddels</groupId>
<artifactId>jtokkit</artifactId>
</exclusion>
</exclusions>
</dependency> </dependency>
<dependency> <dependency>