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

@ -27,7 +27,7 @@ func NewOpenAi(cfg *config.Parser, b *bus.Bus) *OpenAi {
ai := &OpenAi{
id: cfg.Type, // "openai",
model: cfg.Model, // "gpt-4o-mini"
model: cfg.Model, // [ "o1-mini", "gpt-4o-mini" ]
opts: cfg,
subscriptions: make(map[string]chan bus.Event),
bus: b,