From 599e17cea8ef79708d44825a6c06c4b97548c60c Mon Sep 17 00:00:00 2001 From: Jakub Kukul Date: Wed, 19 Apr 2023 17:52:33 +0200 Subject: [PATCH] Working example for Anthropic (#3151) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit would be great if the provided example worked out of the box 😄 --- docs/modules/models/llms/integrations/anthropic_example.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/models/llms/integrations/anthropic_example.ipynb b/docs/modules/models/llms/integrations/anthropic_example.ipynb index 06cbc56f..902b7012 100644 --- a/docs/modules/models/llms/integrations/anthropic_example.ipynb +++ b/docs/modules/models/llms/integrations/anthropic_example.ipynb @@ -77,7 +77,7 @@ }, "outputs": [], "source": [ - "llm = Anthropic(, anthropic_api_key=ANTHROPIC_API_KEY)" + "llm = Anthropic(anthropic_api_key=ANTHROPIC_API_KEY)" ] }, {