Files
gf-lt/models/consts.go
2026-03-01 08:22:02 +03:00

13 lines
128 B
Go

package models
const (
LoadedMark = "(loaded) "
)
type APIType int
const (
APITypeChat APIType = iota
APITypeCompletion
)