lint: fix

This commit is contained in:
csunny
2023-05-25 20:39:04 +08:00
parent 4040e1592a
commit e95696c23d
23 changed files with 277 additions and 173 deletions

View File

@@ -44,6 +44,7 @@ class Conversation:
skip_next: bool = False
conv_id: Any = None
last_user_input: Any = None
def get_prompt(self):
if self.sep_style == SeparatorStyle.SINGLE:
ret = self.system + self.sep