summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorabc <98614666+xtekky@users.noreply.github.com>2023-10-07 12:04:20 +0200
committerabc <98614666+xtekky@users.noreply.github.com>2023-10-07 12:04:20 +0200
commitdf706b14d917c8685ee9ebcc9347110661c25c2a (patch)
treeb00bd43337feb82da215c20f8d1c7805fd7c9ad6
parent~ (diff)
downloadgpt4free-df706b14d917c8685ee9ebcc9347110661c25c2a.tar
gpt4free-df706b14d917c8685ee9ebcc9347110661c25c2a.tar.gz
gpt4free-df706b14d917c8685ee9ebcc9347110661c25c2a.tar.bz2
gpt4free-df706b14d917c8685ee9ebcc9347110661c25c2a.tar.lz
gpt4free-df706b14d917c8685ee9ebcc9347110661c25c2a.tar.xz
gpt4free-df706b14d917c8685ee9ebcc9347110661c25c2a.tar.zst
gpt4free-df706b14d917c8685ee9ebcc9347110661c25c2a.zip
-rw-r--r--g4f/__init__.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/g4f/__init__.py b/g4f/__init__.py
index 0b449005..a5cee80b 100644
--- a/g4f/__init__.py
+++ b/g4f/__init__.py
@@ -107,7 +107,3 @@ class Completion:
[{"role": "user", "content": prompt}], stream, **kwargs)
return result if stream else ''.join(result)
-
-
-if __name__ == '__main__':
- print('hi') \ No newline at end of file