From 5e33d7f7934fb08ef441968d26eadea4f2ac9a6f Mon Sep 17 00:00:00 2001 From: princeh23 Date: Wed, 18 Feb 2026 22:18:05 +0800 Subject: [PATCH] docs: add minimax provider config example --- config/config.example.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/config.example.json b/config/config.example.json index 37c2bcd81..3f8c78b44 100644 --- a/config/config.example.json +++ b/config/config.example.json @@ -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"