Spaces:
Runtime error
Runtime error
MvP of the Project, added the base functionality for it become a simple ChatBot
102dc72
from legal_llama.chat_bot_interface import ChatBotInterface | |
if __name__ == '__main__': | |
chat_bot = ChatBotInterface() | |
chat_bot.continue_conversation() | |