diff --git a/config.toml b/config.toml index fc86da2..b800da7 100644 --- a/config.toml +++ b/config.toml @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 2d371f2..8fb282c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,6 +8,7 @@ dependencies = [ "imgui-bundle", "google-genai", "anthropic", + "openai", "tomli-w", "psutil>=7.2.2", "fastapi",