Building Chatbots in Python
Alan Nichol
Co-founder and CTO, Rasa
"What do you think of Cleopatra?" "Oh, she's very regal"
"What do you think of Messi?" "He's a great player"
generated = sample_text(
saved_params,
temperature,
num_letters=num_letters,
init_text=text
)
Building Chatbots in Python