bump defaults

This commit is contained in:
Concedo 2025-07-31 12:05:57 +08:00
parent 1976bb3f53
commit cade9f42bc
2 changed files with 16 additions and 21 deletions

View file

@ -82,7 +82,7 @@ ttsmodelpath = "" #if empty, not initialized
embeddingsmodelpath = "" #if empty, not initialized
maxctx = 8192
maxhordectx = 0 #set to whatever maxctx is if 0
maxhordelen = 512
maxhordelen = 1024
modelbusy = threading.Lock()
requestsinqueue = 0
defaultport = 5001