openstock/lib/inngest
octopus be46d25807 feat: add MiniMax as alternative LLM provider with provider abstraction
Introduce a configurable AI provider system (lib/ai-provider.ts) that
supports Gemini (default), MiniMax, and Siray.ai with automatic
fallback. The AI_PROVIDER env var selects the primary provider, and
on failure the system falls back to a secondary provider automatically.

- MiniMax M2.7 via OpenAI-compatible API (api.minimax.io/v1)
- Provider abstraction replaces hardcoded Gemini + Siray fallback
- 24 unit tests + 3 integration tests (vitest)
2026-03-20 21:28:24 +08:00
..
client.ts added donation 2025-12-13 01:35:52 +05:30
functions.ts feat: add MiniMax as alternative LLM provider with provider abstraction 2026-03-20 21:28:24 +08:00
prompts.ts implemented search 2025-10-04 18:46:22 +05:30