This commit is contained in:
Yanyutin753
2024-02-15 23:58:04 +08:00
parent 284cdf02fa
commit 1554832b05
23 changed files with 1238 additions and 108 deletions

View File

@@ -1 +1,15 @@
management.endpoints.web.exposure.include=metrics,health,info,prometheus
management.endpoints.web.exposure.include=metrics,health,info,prometheus
# server.port
server.port=8081
# 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.