Working example for Anthropic (#3151)

would be great if the provided example worked out of the box 😄
fix_agent_callbacks
Jakub Kukul 1 year ago committed by GitHub
parent 575b717d10
commit 599e17cea8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save