From be92c0e0e20101ed23a0be78f7ff6b3e627214a0 Mon Sep 17 00:00:00 2001 From: Boon <49676590+bkiat1123@users.noreply.github.com> Date: Tue, 7 Nov 2023 21:09:56 +0800 Subject: [PATCH] Fix dependency typo --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 81fad56..6ccccfc 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ "openai", "tiktoken", "anthropic>=0.3", - "anthropi_bedrock", + "anthropic_bedrock", "ai21", "cohere", "aleph-alpha-client",