fix(deps): Add openai package for MiniMax provider support

This commit is contained in:
2026-03-06 23:39:14 -05:00
parent 120a843f33
commit ae5e7dedae
2 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
[ai]
provider = "gemini"
model = "gemini-2.5-flash-lite"
provider = "minimax"
model = "MiniMax-M2.5"
temperature = 0.0
max_tokens = 8192
history_trunc_limit = 8000

View File

@@ -8,6 +8,7 @@ dependencies = [
"imgui-bundle",
"google-genai",
"anthropic",
"openai",
"tomli-w",
"psutil>=7.2.2",
"fastapi",