From df706b14d917c8685ee9ebcc9347110661c25c2a Mon Sep 17 00:00:00 2001 From: abc <98614666+xtekky@users.noreply.github.com> Date: Sat, 7 Oct 2023 11:04:20 +0100 Subject: ~ | g4f `v-0.1.5.4` [new gui & interference] --- g4f/__init__.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'g4f/__init__.py') 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 -- cgit v1.2.3