Skip to content

Commit

Permalink
Working example for Anthropic (langchain-ai#3151)
Browse files Browse the repository at this point in the history
would be great if the provided example worked out of the box 😄
  • Loading branch information
jkukul authored Apr 19, 2023
1 parent 575b717 commit 599e17c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
},
"outputs": [],
"source": [
"llm = Anthropic(, anthropic_api_key=ANTHROPIC_API_KEY)"
"llm = Anthropic(anthropic_api_key=ANTHROPIC_API_KEY)"
]
},
{
Expand Down

0 comments on commit 599e17c

Please sign in to comment.