mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2026-06-15 23:20:32 +03:00
* add MiniMax LLM provider support * add MiniMax LLM provider to the docs * fix: add trailing newlines for lint compliance * add env vars to system settings | make max tokens configurable via ui | pass max tokens into minimax llm provider * change fallback max tokens value to null to use provider default | pass max tokens into handleFucntionCallStream and chat * add minimax to getModelTag switch * pass provider into tooledStream and tooledComplete * remove max tokens param * update image --------- Co-authored-by: angelplusultra <macfittondev@gmail.com> Co-authored-by: Timothy Carambat <rambat1010@gmail.com>