fix(deps): Add openai package for MiniMax provider support
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -8,6 +8,7 @@ dependencies = [
|
||||
"imgui-bundle",
|
||||
"google-genai",
|
||||
"anthropic",
|
||||
"openai",
|
||||
"tomli-w",
|
||||
"psutil>=7.2.2",
|
||||
"fastapi",
|
||||
|
||||
Reference in New Issue
Block a user