mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-14 23:26:34 +00:00
docs(deepseek): Add DeepSeek model option (#32481)
This commit is contained in:
parent
130b7e6170
commit
afc3b1824c
@ -231,6 +231,13 @@ ${llmVarName} = ChatWatsonx(
|
|||||||
model: "llama-3.1-sonar-small-128k-online",
|
model: "llama-3.1-sonar-small-128k-online",
|
||||||
apiKeyName: "PPLX_API_KEY",
|
apiKeyName: "PPLX_API_KEY",
|
||||||
packageName: "langchain-perplexity",
|
packageName: "langchain-perplexity",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
value: "deepseek",
|
||||||
|
label: "DeepSeek",
|
||||||
|
model: "deepseek-chat",
|
||||||
|
apiKeyName: "DEEPSEEK_API_KEY",
|
||||||
|
packageName: "langchain-deepseek",
|
||||||
}
|
}
|
||||||
].map((item) => ({
|
].map((item) => ({
|
||||||
...item,
|
...item,
|
||||||
|
Loading…
Reference in New Issue
Block a user