refactor: add staged next-account rotation and clarify ChatGPT config
This commit is contained in:
parent
ccd4d82194
commit
d6396e4050
5 changed files with 253 additions and 100 deletions
|
|
@ -1,8 +1,11 @@
|
|||
# HTTP server port
|
||||
PORT=80
|
||||
|
||||
# Trigger background token refresh when usage reaches threshold percent
|
||||
USAGE_REFRESH_THRESHOLD=85
|
||||
# Prepare next ChatGPT account when active usage reaches threshold percent
|
||||
CHATGPT_PREPARE_THRESHOLD=85
|
||||
|
||||
# Switch active ChatGPT account when usage reaches threshold percent
|
||||
CHATGPT_SWITCH_THRESHOLD=95
|
||||
|
||||
# Persistent data directory (tokens, screenshots)
|
||||
DATA_DIR=/data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue