feat(provider): add MiniMax (#6318)
* feat(provider): add MiniMax * feat(provider): reintroduce MiniMax provider configuration and remove deprecated source --------- Co-authored-by: Soulter <905617992@qq.com>
This commit is contained in:
@@ -1132,6 +1132,18 @@ CONFIG_METADATA_2 = {
|
|||||||
"proxy": "",
|
"proxy": "",
|
||||||
"custom_headers": {},
|
"custom_headers": {},
|
||||||
},
|
},
|
||||||
|
"MiniMax": {
|
||||||
|
"id": "minimax",
|
||||||
|
"provider": "minimax",
|
||||||
|
"type": "openai_chat_completion",
|
||||||
|
"provider_type": "chat_completion",
|
||||||
|
"enable": True,
|
||||||
|
"key": [],
|
||||||
|
"api_base": "https://api.minimaxi.com/v1",
|
||||||
|
"timeout": 120,
|
||||||
|
"proxy": "",
|
||||||
|
"custom_headers": {},
|
||||||
|
},
|
||||||
"xAI": {
|
"xAI": {
|
||||||
"id": "xai",
|
"id": "xai",
|
||||||
"provider": "xai",
|
"provider": "xai",
|
||||||
|
|||||||
Reference in New Issue
Block a user