使用ConcurrentHashMap,粗略的对于每个密钥按每分钟进行限速

This commit is contained in:
Yanyutin753
2024-03-15 09:47:37 +08:00
parent 6e02251162
commit d6057bdf9f
7 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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.

View File

@@ -1,3 +1,3 @@
artifactId=gpt-4-copilot
groupId=com.gpt4.copilot
version=0.0.6
version=0.0.7