SurfSense/surfsense_web/lib
PR Bot 760aa38225 feat: complete MiniMax LLM provider integration
Add full MiniMax provider support across the entire stack:

Backend:
- Add MINIMAX to LiteLLMProvider enum in db.py
- Add MINIMAX mapping to all provider_map dicts in llm_service.py,
  llm_router_service.py, and llm_config.py
- Add Alembic migration (rev 106) for PostgreSQL enum
- Add MiniMax M2.5 example in global_llm_config.example.yaml

Frontend:
- Add MiniMax to LLM_PROVIDERS enum with apiBase
- Add MiniMax-M2.5 and MiniMax-M2.5-highspeed to LLM_MODELS
- Add MINIMAX to Zod validation schema
- Add MiniMax SVG icon and wire up in provider-icons

Docs:
- Add MiniMax setup guide in chinese-llm-setup.md

MiniMax uses an OpenAI-compatible API (https://api.minimax.io/v1)
with models supporting up to 204K context window.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-13 07:27:47 +08:00
..
announcements chore: linting 2026-02-20 22:44:56 -08:00
apis feat: enhance error handling with PostHog integration 2026-03-12 01:28:39 -07:00
chat Implement update notion page tool 2026-02-13 10:45:51 +02:00
connectors feat: enhance DocumentsTableShell layout and improve document type labeling in DocumentTypeIcon 2026-02-08 03:33:15 +05:30
electric chore: ran linting 2026-03-07 04:46:48 +05:30
posthog feat: enhance error handling with PostHog integration 2026-03-12 01:28:39 -07:00
query-client feat: refactor agent tools management and add UI integration 2026-03-10 17:36:26 -07:00
auth-errors.ts refactor: update authentication error handling to prevent user enumeration and improve error messages 2026-02-09 12:57:32 +05:30
auth-utils.ts Skip auth on public routes 2026-02-06 14:49:40 +02:00
env-config.ts Added build version for cloud, local and Docker installs 2026-02-04 11:30:30 -05:00
error.ts Refactor register page 2025-11-17 08:10:12 +02:00
format-date.ts chore: ran frontend and backend linting 2026-02-01 22:54:25 +05:30
provider-icons.tsx feat: complete MiniMax LLM provider integration 2026-03-13 07:27:47 +08:00
source.ts chore: removed announcements from navbar and rewrote tagline 2026-02-27 15:45:48 -08:00
utils.ts Add clipboard utility with fallback and show selectable URLs 2026-02-04 18:54:59 +02:00