mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-10 21:35:08 +00:00
docs: fix together model tab (#20032)
This commit is contained in:
parent
b69af26717
commit
38fb1429fe
@ -120,9 +120,9 @@ export default function ChatModelTabs(props) {
|
||||
{
|
||||
value: "TogetherAI",
|
||||
label: "TogetherAI",
|
||||
text: `from langchain_together import Together\n\n${llmVarName} = Together(${togetherParamsOrDefault})`,
|
||||
text: `from langchain_openai import ChatOpenAI\n\n${llmVarName} = Together(${togetherParamsOrDefault})`,
|
||||
apiKeyName: "TOGETHER_API_KEY",
|
||||
packageName: "langchain-together",
|
||||
packageName: "langchain-openai",
|
||||
default: false,
|
||||
shouldHide: hideTogether,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user