summaryrefslogtreecommitdiffstats
path: root/g4f/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'g4f/__init__.py')
-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