telegram-ollama-reply-bot/bot/models.go
2024-08-16 03:07:47 +03:00

7 lines
94 B
Go

package bot
type ModelSelection struct {
TextRequestModel string
SummarizeModel string
}