mirror of
https://github.com/hwchase17/langchain
synced 2024-11-06 03:20:49 +00:00
Working example for Anthropic (#3151)
would be great if the provided example worked out of the box 😄
This commit is contained in:
parent
575b717d10
commit
599e17cea8
@ -77,7 +77,7 @@
|
|||||||
},
|
},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"llm = Anthropic(, anthropic_api_key=ANTHROPIC_API_KEY)"
|
"llm = Anthropic(anthropic_api_key=ANTHROPIC_API_KEY)"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user