diff --git a/README.md b/README.md index 7787b06..aff2d1c 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ MiniMax recommends Anthropic-compatible integration. ```bash export LLM_PROVIDER=anthropic -export LLM_BASE_URL=https://api.minimax.io/v1 +export LLM_BASE_URL=https://api.minimax.io/anthropic export LLM_API_KEY=your_minimax_key export LLM_MODEL=MiniMax-M2.7 ``` @@ -51,7 +51,7 @@ Request body: "body": "Hi Daniel, please review the attached budget proposal." }, "provider": "anthropic", - "base_url": "https://api.minimax.io/v1", + "base_url": "https://api.minimax.io/anthropic", "model": "MiniMax-M2.7", "temperature": 0.1 }