ChatBot_Illumio / config.py
adrien.aribaut-gaudin
push on hugging_face
9ff01ff
raw
history blame
338 Bytes
content_language = 'en'
plan_language = 'en'
content_en_path_real = "Ilumio_chatbot/data/Illumio_Core_REST_API_Developer_Guide_23.3.pdf"
content_test = "Ilumio_chatbot/data/Test/Test_children.pdf"
examples = {"Question banale?": "Pourquoi le ciel est bleu?",
}
view_config = {
'title': '# Ilumio Q&A',
'examples': examples,
}