Some changes
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user