docs: add minimax provider config example
This commit is contained in:
parent
5f70f28333
commit
5e33d7f793
1 changed files with 4 additions and 0 deletions
|
|
@ -111,6 +111,10 @@
|
||||||
"api_key": "sk-xxx",
|
"api_key": "sk-xxx",
|
||||||
"api_base": ""
|
"api_base": ""
|
||||||
},
|
},
|
||||||
|
"minimax": {
|
||||||
|
"api_key": "sk-xxx",
|
||||||
|
"api_base": ""
|
||||||
|
},
|
||||||
"ollama": {
|
"ollama": {
|
||||||
"api_key": "",
|
"api_key": "",
|
||||||
"api_base": "http://localhost:11434/v1"
|
"api_base": "http://localhost:11434/v1"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue