[PR #2818] [MERGED] Update minimax.mdx for Chinese user #2914

Closed
opened 2026-06-05 18:20:23 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2818
Author: @XiaotianZha
Created: 2/26/2026
Status: Merged
Merged: 3/1/2026
Merged by: @mdrxy

Base: mainHead: patch-1


📝 Commits (1)

  • 7d7a88b Update minimax.mdx for Chinese user

📊 Changes

1 file changed (+3 additions, -1 deletions)

View changed files

📝 src/oss/python/integrations/chat/minimax.mdx (+3 -1)

📄 Description

update base_url for Chinese user

Overview

I'm in China, when I call LLM and will get an error

Exception: Invalid API Key Provided

And then I check MiniMax doc find that in China I shoud use this base_url

https://api.minimaxi.com/v1/text/chatcompletion_v2

Type of change

Type: Update existing documentation

Checklist

  • I have read the contributing guidelines
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed

(Internal team members only / optional): Create a preview deployment as necessary using the Create Preview Branch workflow

Additional notes


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/2818 **Author:** [@XiaotianZha](https://github.com/XiaotianZha) **Created:** 2/26/2026 **Status:** ✅ Merged **Merged:** 3/1/2026 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`7d7a88b`](https://github.com/langchain-ai/docs/commit/7d7a88bbd83c952d169ee3fe183b3ede5f94dea3) Update minimax.mdx for Chinese user ### 📊 Changes **1 file changed** (+3 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/python/integrations/chat/minimax.mdx` (+3 -1) </details> ### 📄 Description update base_url for Chinese user ## Overview <!-- Brief description of what documentation is being added/updated --> I'm in China, when I call LLM and will get an error ``` Exception: Invalid API Key Provided ``` And then I check MiniMax doc find that in China I shoud use this base_url ``` https://api.minimaxi.com/v1/text/chatcompletion_v2 ``` ## Type of change **Type:** Update existing documentation ## Checklist <!-- Put an 'x' in all boxes that apply --> - [ ] I have read the [contributing guidelines](README.md) - [ ] I have tested my changes locally using `docs dev` - [ ] All code examples have been tested and work correctly - [ ] I have used **root relative** paths for internal links - [ ] I have updated navigation in `src/docs.json` if needed (Internal team members only / optional): Create a preview deployment as necessary using the [Create Preview Branch workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml) ## Additional notes <!-- Any other information that would be helpful for reviewers --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 18:20:23 -04:00
yindo closed this issue 2026-06-05 18:20:23 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#2914