diff options
author | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-03-26 06:42:47 +0100 |
---|---|---|
committer | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-03-26 06:42:47 +0100 |
commit | 95bab66dad89b6712bddbb4a20eb89d6cf5236b5 (patch) | |
tree | e9653f9026e947d14246b76282f5c198c123e24f /g4f/providers/conversation.py | |
parent | Update min requirements, Add pycryptodome (diff) | |
download | gpt4free-95bab66dad89b6712bddbb4a20eb89d6cf5236b5.tar gpt4free-95bab66dad89b6712bddbb4a20eb89d6cf5236b5.tar.gz gpt4free-95bab66dad89b6712bddbb4a20eb89d6cf5236b5.tar.bz2 gpt4free-95bab66dad89b6712bddbb4a20eb89d6cf5236b5.tar.lz gpt4free-95bab66dad89b6712bddbb4a20eb89d6cf5236b5.tar.xz gpt4free-95bab66dad89b6712bddbb4a20eb89d6cf5236b5.tar.zst gpt4free-95bab66dad89b6712bddbb4a20eb89d6cf5236b5.zip |
Diffstat (limited to 'g4f/providers/conversation.py')
-rw-r--r-- | g4f/providers/conversation.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/g4f/providers/conversation.py b/g4f/providers/conversation.py new file mode 100644 index 00000000..921810d3 --- /dev/null +++ b/g4f/providers/conversation.py @@ -0,0 +1,2 @@ +class BaseConversation: + ...
\ No newline at end of file |