Skip to content

Commit

Permalink
打包jar
Browse files Browse the repository at this point in the history
- 新增 oaifree 作为服务商,支持 refresh_token 自动刷新成 access_token。
- 新增接口 `/getAccountID`,用于获取 ChatGPT-Account-ID。
- 代码经过重构,使得结构更加清晰。
  • Loading branch information
Yanyutin753 committed Apr 3, 2024
1 parent 7b2fe56 commit 2f6a449
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ USER root
ENV LANG C.UTF-8

# 复制JAR文件到容器的/app目录下
COPY ./target/refresh-gpt-chat-0.3.0.jar /app/app.jar
COPY ./target/refresh-gpt-chat-0.4.0.jar /app/app.jar

# 切换到/app目录
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>com.yyandywt99</groupId>
<artifactId>refresh-gpt-chat</artifactId>
<version>0.3.0</version>
<version>0.4.0</version>
<name>refresh-gpt-chat</name>
<description>refresh-gpt-chat</description>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion target/maven-archiver/pom.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
artifactId=refresh-gpt-chat
groupId=com.yyandywt99
version=0.3.0
version=0.4.0
Binary file not shown.
Binary file not shown.

0 comments on commit 2f6a449

Please sign in to comment.