(improvement)(Common) Merge ChatGptHelper into the existing ChatLanguageModel framework (#1017)

This commit is contained in:
lexluo09
2024-05-20 19:54:06 +08:00
committed by GitHub
parent 40dc5e2607
commit 173905f105
6 changed files with 97 additions and 181 deletions

View File

@@ -111,20 +111,6 @@
<version>${transmittable.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.plexpt</groupId>
<artifactId>chatgpt</artifactId>
<version>4.1.2</version>
<exclusions>
<exclusion>
<groupId>com.knuddels</groupId>
<artifactId>jtokkit</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper-spring-boot-starter</artifactId>