diff options
author | H Lohaus <hlohaus@users.noreply.github.com> | 2024-03-26 21:50:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-26 21:50:35 +0100 |
commit | dd08125bb4740ab5dc1116868ff237ce51ae3d5e (patch) | |
tree | ed6339c66505409e7dced6d3499814b00446ff12 /g4f/providers/conversation.py | |
parent | Merge pull request #1754 from hlohaus/goo (diff) | |
parent | Fix load .har files, add hardir to docker, add docs (diff) | |
download | gpt4free-dd08125bb4740ab5dc1116868ff237ce51ae3d5e.tar gpt4free-dd08125bb4740ab5dc1116868ff237ce51ae3d5e.tar.gz gpt4free-dd08125bb4740ab5dc1116868ff237ce51ae3d5e.tar.bz2 gpt4free-dd08125bb4740ab5dc1116868ff237ce51ae3d5e.tar.lz gpt4free-dd08125bb4740ab5dc1116868ff237ce51ae3d5e.tar.xz gpt4free-dd08125bb4740ab5dc1116868ff237ce51ae3d5e.tar.zst gpt4free-dd08125bb4740ab5dc1116868ff237ce51ae3d5e.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 |