/kb …
to consult the knowledgebase.",
"Try: “What is the scientific method?” or “Who was Hypatia?”",
"You can also say: “Give me a Stoic practice.”"
])
shell = add_message("", role="bot", typing=True)
asyncio.ensure_future(type_into(shell, f"{opener}\\n{route}", speed=10))
# Wire up
document.getElementById("send").addEventListener("click", create_proxy(handle_send))
document.getElementById("clearChat").addEventListener("click", create_proxy(handle_clear))
document.getElementById("input").addEventListener("keydown", create_proxy(handle_key))
greet()