mirror of
https://github.com/xtekky/gpt4free.git
synced 2026-01-18 07:11:10 -08:00
added a site and some refratoring
This commit is contained in:
parent
d1ac26833a
commit
e02094de5b
8 changed files with 88 additions and 42 deletions
|
|
@ -11,7 +11,6 @@ import pickle
|
|||
|
||||
conversations_file = "conversations.pkl"
|
||||
|
||||
|
||||
def load_conversations():
|
||||
try:
|
||||
with open(conversations_file, "rb") as f:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue