docs(deepseek): Add DeepSeek model option (#32481)

This commit is contained in:
lineuman 2025-08-11 21:20:39 +08:00 committed by GitHub
parent 130b7e6170
commit afc3b1824c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,