telegram-ollama-reply-bot/bot/models.go

7 lines
94 B
Go
Raw Normal View History

package bot
type ModelSelection struct {
TextRequestModel string
SummarizeModel string
}