Scrapegraph-ai/scrapegraphai
octo-patch 6a2f8ecc7b feat: add MiniMax as a supported LLM provider
MiniMax provides an OpenAI-compatible API, making integration
straightforward. This adds:

- MiniMax model wrapper class (OpenAI-compatible)
- Model token mappings for MiniMax-M1, M2, and M2.5 models
- Provider routing in abstract_graph factory
- README update listing MiniMax as a supported provider
2026-03-14 22:54:38 +08:00
..
builders fix: update langchain imports for v1.0+ compatibility 2026-01-04 20:18:49 +08:00
docloaders fix: add null check for document.body when reading scrollHeight 2025-12-03 13:53:06 +03:00
graphs feat: add MiniMax as a supported LLM provider 2026-03-14 22:54:38 +08:00
helpers feat: add MiniMax as a supported LLM provider 2026-03-14 22:54:38 +08:00
integrations feat: ⛏️ enhanced contribution and precommit added 2025-01-06 15:10:35 +01:00
models feat: add MiniMax as a supported LLM provider 2026-03-14 22:54:38 +08:00
nodes fix: use 'content' instead of 'context' in generate_answer_node_k_level 2026-01-04 20:23:17 +08:00
prompts Merge pull request #993 from ScrapeGraphAI/main 2025-06-24 17:29:48 +02:00
telemetry remove client side validation to save cpu usage for user 2026-02-16 15:41:32 +05:30
utils Apply black and isort formatting to modified files 2025-12-03 23:17:37 +00:00
__init__.py feat: update logs 2025-06-07 16:53:55 +02:00