From 920fe19608ba06ed8c2b4c9a23944af35cf24e56 Mon Sep 17 00:00:00 2001 From: Raju Komati Date: Fri, 28 Apr 2023 00:40:43 +0530 Subject: added main module for accessing all services --- testing/you_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/you_test.py') diff --git a/testing/you_test.py b/testing/you_test.py index 6ba12f57..34800301 100644 --- a/testing/you_test.py +++ b/testing/you_test.py @@ -1,4 +1,4 @@ -import you +from openai_rev import you # simple request with links and details response = you.Completion.create(prompt="hello world", detailed=True, include_links=True) -- cgit v1.2.3