update some defaults for max length and max ctx

This commit is contained in:
Concedo 2025-04-22 15:47:01 +08:00
parent 6dbee2f2f8
commit e8b3aeaa28
2 changed files with 10 additions and 5 deletions

View file

@ -70,7 +70,7 @@ ttsmodelpath = "" #if empty, not initialized
embeddingsmodelpath = "" #if empty, not initialized
maxctx = 4096
maxhordectx = 4096
maxhordelen = 400
maxhordelen = 512
modelbusy = threading.Lock()
requestsinqueue = 0
defaultport = 5001