ChatStream Guide
[ChatStream] ChatPrompt for mosaicml/mpt-7b-chat
Today we introduce a ChatPrompt for mosaicml/mpt-7b-chat. class ChatPromptMosaicmlMptChat(AbstractChatPrompt): """ mosaicml/mpt-7b-chat """ def __init__(self): super().__init__() # Call the initialization of the base class self.set_requester("<human>") self.set_responder("<bot>") self.set_prefix_