update requirements.txt and fix editor

This commit is contained in:
张建生 2025-02-24 19:48:16 +08:00
parent f3ced99c92
commit 70123a79d2
3 changed files with 13 additions and 4 deletions

View file

@ -165,3 +165,6 @@ EXPERIENCE_MASK = "<experience>"
# TeamLeader's name
TEAMLEADER_NAME = "Mike"
DEFAULT_MIN_TOKEN_COUNT = 10000
DEFAULT_MAX_TOKEN_COUNT = 100000000