mirror of
https://github.com/YuWanTingbb/unofficial-gpt4.git
synced 2025-10-13 21:51:23 +00:00
使用ConcurrentHashMap,粗略的对于每个密钥按每分钟进行限速
This commit is contained in:
@@ -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
|
||||
|
2
pom.xml
2
pom.xml
@@ -10,7 +10,7 @@
|
||||
</parent>
|
||||
<groupId>com.gpt4.copilot</groupId>
|
||||
<artifactId>gpt-4-copilot</artifactId>
|
||||
<version>0.0.6</version>
|
||||
<version>0.0.7</version>
|
||||
<name>native</name>
|
||||
<description>Demo project for Spring Boot with GraalVM Native Image</description>
|
||||
<properties>
|
||||
|
Binary file not shown.
Binary file not shown.
BIN
target/gpt-4-copilot-0.0.7.jar
Normal file
BIN
target/gpt-4-copilot-0.0.7.jar
Normal file
Binary file not shown.
BIN
target/gpt-4-copilot-0.0.7.jar.original
Normal file
BIN
target/gpt-4-copilot-0.0.7.jar.original
Normal file
Binary file not shown.
@@ -1,3 +1,3 @@
|
||||
artifactId=gpt-4-copilot
|
||||
groupId=com.gpt4.copilot
|
||||
version=0.0.6
|
||||
version=0.0.7
|
||||
|
Reference in New Issue
Block a user