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] [ai]
provider = "gemini" provider = "minimax"
model = "gemini-2.5-flash-lite" model = "MiniMax-M2.5"
temperature = 0.0 temperature = 0.0
max_tokens = 8192 max_tokens = 8192
history_trunc_limit = 8000 history_trunc_limit = 8000

View File

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