diff --git a/Dockerfiles/Dockerfile.jar b/Dockerfiles/Dockerfile.jar
index fafabb4..80aef36 100644
--- a/Dockerfiles/Dockerfile.jar
+++ b/Dockerfiles/Dockerfile.jar
@@ -8,7 +8,7 @@ LABEL maintainer="Yanyutin753"
USER root
# 复制JAR文件到容器的/app目录下
-COPY /target/gpt-4-copilot-0.0.6.jar app.jar
+COPY /target/gpt-4-copilot-0.0.7.jar app.jar
# 声明服务运行在8081端口
EXPOSE 8081
diff --git a/pom.xml b/pom.xml
index 14cef22..d381f90 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
com.gpt4.copilot
gpt-4-copilot
- 0.0.6
+ 0.0.7
native
Demo project for Spring Boot with GraalVM Native Image
diff --git a/target/classes/com/gpt4/copilot/controller/ChatController.class b/target/classes/com/gpt4/copilot/controller/ChatController.class
index b31fdd0..0ef62e3 100644
Binary files a/target/classes/com/gpt4/copilot/controller/ChatController.class and b/target/classes/com/gpt4/copilot/controller/ChatController.class differ
diff --git a/target/classes/com/gpt4/copilot/copilotApplication.class b/target/classes/com/gpt4/copilot/copilotApplication.class
index c4634c9..42f573c 100644
Binary files a/target/classes/com/gpt4/copilot/copilotApplication.class and b/target/classes/com/gpt4/copilot/copilotApplication.class differ
diff --git a/target/gpt-4-copilot-0.0.7.jar b/target/gpt-4-copilot-0.0.7.jar
new file mode 100644
index 0000000..5253a73
Binary files /dev/null and b/target/gpt-4-copilot-0.0.7.jar differ
diff --git a/target/gpt-4-copilot-0.0.7.jar.original b/target/gpt-4-copilot-0.0.7.jar.original
new file mode 100644
index 0000000..3432b61
Binary files /dev/null and b/target/gpt-4-copilot-0.0.7.jar.original differ
diff --git a/target/maven-archiver/pom.properties b/target/maven-archiver/pom.properties
index 1c806cf..d023130 100644
--- a/target/maven-archiver/pom.properties
+++ b/target/maven-archiver/pom.properties
@@ -1,3 +1,3 @@
artifactId=gpt-4-copilot
groupId=com.gpt4.copilot
-version=0.0.6
+version=0.0.7