docs: Fix ChatBaichuan, QianfanChatEndpoint, ChatSparkLLM, ChatZhipuAI docs (#25265)

- **Description:** Fix some chat models docs, include:
  - ChatBaichuan
  - QianfanChatEndpoint
  - ChatSparkLLM
  - ChatZhipuAI
This commit is contained in:
maang-h
2024-08-12 04:23:55 +08:00
committed by GitHub
parent 43deed2a95
commit bc60cddc1b
4 changed files with 10 additions and 9 deletions

View File

@@ -206,7 +206,7 @@ class ChatBaichuan(BaseChatModel):
Key init args — client params:
api_key: Optional[str]
MiniMax API key. If not passed in will be read from env var BAICHUAN_API_KEY.
Baichuan API key. If not passed in will be read from env var BAICHUAN_API_KEY.
base_url: Optional[str]
Base URL for API requests.