docs: add minimax provider config example

This commit is contained in:
princeh23 2026-02-18 22:18:05 +08:00
parent 5f70f28333
commit 5e33d7f793

View file

@ -111,6 +111,10 @@
"api_key": "sk-xxx",
"api_base": ""
},
"minimax": {
"api_key": "sk-xxx",
"api_base": ""
},
"ollama": {
"api_key": "",
"api_base": "http://localhost:11434/v1"