Introduced by #168. The hello world app now give a non-sense greeting and is quite broken because the system_prompt is no longer present:
from querychat import QueryChat
from querychat.data import titanic
qc = QueryChat(titanic(), "titanic")
app = qc.app()
