mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 18:50:33 +00:00
docs: rename to langchain-deepseek in docs (#29587)
This commit is contained in:
@@ -16,11 +16,11 @@ class ChatDeepSeek(BaseChatOpenAI):
|
||||
"""DeepSeek chat model integration to access models hosted in DeepSeek's API.
|
||||
|
||||
Setup:
|
||||
Install ``langchain-deepseek-official`` and set environment variable ``DEEPSEEK_API_KEY``.
|
||||
Install ``langchain-deepseek`` and set environment variable ``DEEPSEEK_API_KEY``.
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
pip install -U langchain-deepseek-official
|
||||
pip install -U langchain-deepseek
|
||||
export DEEPSEEK_API_KEY="your-api-key"
|
||||
|
||||
Key init args — completion params:
|
||||
|
||||
Reference in New Issue
Block a user