Skip to content
This repository was archived by the owner on Jul 26, 2025. It is now read-only.

Commit a5b50d0

Browse files
committed
🚨
1 parent ce60b5d commit a5b50d0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎myllm/provider/client.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ async def import_chat_history(self):
8989
self.conversation.import_messages(self.history_filename)
9090

9191

92-
9392
class Conversation:
9493
def __init__(self, max_memory=None, llm_template=None):
9594
"""
@@ -151,7 +150,7 @@ def export_messages(self, filename):
151150

152151
def import_messages(self, filename):
153152
"""
154-
Import messages from a JSON file
153+
Import messages from a JSON file
155154
156155
Parameters:
157156
filename (str): the name of the file

0 commit comments

Comments
 (0)