self.system="""A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions. """# noqa: E501
...
...
@@ -13,6 +14,16 @@ class Vicuna:
self.assistant='ASSISTANT'
defget_prompt(self,prompt,sequence_start=True):
"""Return the prompt that is concatenated with other elements in the
chat template.
Args:
prompt (str): user's input prompt
sequence_start (bool): indicator for the first round chat of a