fix(deps): Add openai package for MiniMax provider support
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user