summaryrefslogtreecommitdiffstats
path: root/g4f/providers/conversation.py
diff options
context:
space:
mode:
authorHeiner Lohaus <hlohaus@users.noreply.github.com>2024-03-26 06:42:47 +0100
committerHeiner Lohaus <hlohaus@users.noreply.github.com>2024-03-26 06:42:47 +0100
commit95bab66dad89b6712bddbb4a20eb89d6cf5236b5 (patch)
treee9653f9026e947d14246b76282f5c198c123e24f /g4f/providers/conversation.py
parentUpdate min requirements, Add pycryptodome (diff)
downloadgpt4free-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.py2
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