From bb77a9905d119387c06540f255de3320af6fb290 Mon Sep 17 00:00:00 2001 From: Moritz Althaus Date: Fri, 9 Aug 2024 11:32:07 +0200 Subject: [PATCH] chore: add imported functions to list of exported symbols --- aleph_alpha_client/__init__.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aleph_alpha_client/__init__.py b/aleph_alpha_client/__init__.py index b0654e4..665a901 100644 --- a/aleph_alpha_client/__init__.py +++ b/aleph_alpha_client/__init__.py @@ -77,6 +77,8 @@ "ImageControl", "ImagePromptItemExplanation", "ImageScore", + "load_base64_from_file", + "load_base64_from_url", "POOLING_OPTIONS", "Prompt", "PromptTemplate", @@ -102,4 +104,5 @@ "TokenPromptItemExplanation", "Tokens", "TokenScore", + "__version__", ]