From f2f349638538514c13bb00672b2b2ed198a83d17 Mon Sep 17 00:00:00 2001 From: Jael Gu Date: Mon, 20 Feb 2023 15:11:25 +0800 Subject: [PATCH] Add requirements Signed-off-by: Jael Gu --- openai_qa.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openai_qa.py b/openai_qa.py index 1aafcc1..7ac3469 100644 --- a/openai_qa.py +++ b/openai_qa.py @@ -13,7 +13,7 @@ # limitations under the License. -from openai import Embedding +import openai from tenacity import retry, stop_after_attempt, wait_random_exponential from towhee.operator.base import PyOperator