2.4.0
BoxLang AI Module v2.4.0 Release Notes - MiniMax AI Provider, Configuration Security, and Stability Fixes
π New Features
// Using the MiniMax provider
result = aiChat(
messages: "Hello, how are you?",
options: { provider: "minimax" }
)
// Or via aiModel()
model = aiModel( provider: "minimax", params: { model: "MiniMax-Text-01" } )π§ Enhancements
π Bug Fixes
Last updated