LegalLLaMa / app.py
LLaMaWhisperer's picture
MvP of the Project, added the base functionality for it become a simple ChatBot
102dc72
raw
history blame contribute delete
No virus
159 Bytes
from legal_llama.chat_bot_interface import ChatBotInterface
if __name__ == '__main__':
chat_bot = ChatBotInterface()
chat_bot.continue_conversation()