Some changes
Some checks failed
Deploy Project / deploy (push) Failing after 4s
Testing / test (1.23.x, ubuntu-latest) (push) Successful in 52s

This commit is contained in:
2025-02-11 17:05:21 -05:00
parent 0e3ef7d956
commit b6d88a0ae8
8 changed files with 55 additions and 8 deletions

View File

@ -29,7 +29,7 @@ type Gemini struct {
func NewGemini(cfg *config.Parser, b *bus.Bus) *Gemini {
ai := &Gemini{
id: cfg.Type, // "gemini",
model: cfg.Model, // "gemini-1.5-flash"
model: cfg.Model, // [ "gemini-1.5-flash", "gemini-2.0-flash-preview-02-05" ]
opts: cfg,
subscriptions: make(map[string]chan bus.Event),
bus: b,