Enha: client stop string for completion only

This commit is contained in:
Grail Finder
2026-02-06 11:32:06 +03:00
parent d0722c6f98
commit 478a505869
4 changed files with 45 additions and 4 deletions

View File

@@ -558,3 +558,10 @@ type ChatRoundReq struct {
Regen bool
Resume bool
}
type APIType int
const (
APITypeChat APIType = iota
APITypeCompletion
)