Working example for Anthropic (#3151)

would be great if the provided example worked out of the box 😄
This commit is contained in:
Jakub Kukul 2023-04-19 17:52:33 +02:00 committed by GitHub
parent 575b717d10
commit 599e17cea8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,7 +77,7 @@
}, },
"outputs": [], "outputs": [],
"source": [ "source": [
"llm = Anthropic(, anthropic_api_key=ANTHROPIC_API_KEY)" "llm = Anthropic(anthropic_api_key=ANTHROPIC_API_KEY)"
] ]
}, },
{ {