File size: 159 Bytes
102dc72
 
 
 
 
1
2
3
4
5
6
from legal_llama.chat_bot_interface import ChatBotInterface

if __name__ == '__main__':
    chat_bot = ChatBotInterface()
    chat_bot.continue_conversation()