from model import BlagoModel model = BlagoModel() text = "I am an architect who wants to build houses in harmony with nature." response = model.process(text) print(response)