diff options
author | abc <98614666+xtekky@users.noreply.github.com> | 2023-10-07 12:04:20 +0200 |
---|---|---|
committer | abc <98614666+xtekky@users.noreply.github.com> | 2023-10-07 12:04:20 +0200 |
commit | df706b14d917c8685ee9ebcc9347110661c25c2a (patch) | |
tree | b00bd43337feb82da215c20f8d1c7805fd7c9ad6 /g4f | |
parent | ~ (diff) | |
download | gpt4free-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 |
Diffstat (limited to 'g4f')
-rw-r--r-- | g4f/__init__.py | 4 |
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 |