Enha (llama.cpp): show loaded model on startup
This commit is contained in:
12
models/consts.go
Normal file
12
models/consts.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package models
|
||||
|
||||
const (
|
||||
LoadedMark = "(loaded) "
|
||||
)
|
||||
|
||||
type APIType int
|
||||
|
||||
const (
|
||||
APITypeChat APIType = iota
|
||||
APITypeCompletion
|
||||
)
|
||||
Reference in New Issue
Block a user