mirror of
https://github.com/hwchase17/langchain.git
synced 2026-02-21 22:56:05 +00:00
- **Description:** Implement MiniMaxChat interface, include:
- No longer inherits the LLM class (like other chat model)
- Update request parameters (v1 -> v2)
- update `base url`
- update message role (system, user, assistant)
- add `stream` function
- no longer use `group id`
- Implement the `_stream`, `_agenerate`, and `_astream` interfaces
[minimax v2 api
document](https://platform.minimaxi.com/document/guides/chat-model/V2?id=65e0736ab2845de20908e2dd)