This commit is contained in:
Yanyutin753
2024-02-16 16:54:17 +08:00
parent 47ceb3e031
commit f0507f422f
19 changed files with 244 additions and 139 deletions

View File

@@ -0,0 +1,15 @@
management.endpoints.web.exposure.include=metrics,health,info,prometheus
# server.port
server.port=8080
# SpringBoot 2.* prefix
server.servlet.context-path=/
# gpt4 sleep time
gpt4_sleepTime=100
# gpt3 sleep time
gpt3_sleepTime=0
# changeSleepTime's password
password=gpt4-copilot-java
# self-define get_token_url
get_token_url=https://api.cocopilot.org/copilot_internal/v2/token

Binary file not shown.

Binary file not shown.