| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Add MiniMax Cloud API (https://api.minimax.io/v1) as an alternative LLM provider alongside NVIDIA AI endpoints. MiniMax offers an OpenAI-compatible API with models including MiniMax-M2.7 (1M context) and MiniMax-M2.5-highspeed (204K context, speed-optimized). Changes: - Add 'minimax' model_engine branch in get_llm() factory (utils.py) - Use ChatOpenAI from langchain-openai with MiniMax base_url - Temperature clamping to [0, 1] range for MiniMax API compatibility - Auto-detect MINIMAX_API_KEY environment variable - Add langchain-openai dependency to requirements.txt - Update LLMConfig help text to mention minimax - Add MiniMax usage documentation in docs/change-model.md - Add 15 unit tests and 3 integration tests Co-Authored-By: Octopus <liyuan851277048@icloud.com>
- Set MiniMax-M3 as the default model in get_llm() minimax branch - Update docs to list M3 (512K context, 128K max output) as the recommended option and keep M2.7 / M2.7-highspeed as alternatives - Drop older M2.5 / M2.5-highspeed references from docs and tests - Update unit + integration tests to assert M3 default and exercise M2.7-highspeed as the kept legacy model
| Back | FazBrowse Home | New Git URL |
Summary
Changes
Available models
Usage
Test plan