ChatBot_Illumio / config.py
adrien.aribaut-gaudin
example that should work
99a417e
raw
history blame contribute delete
362 Bytes
content_language = 'en'
plan_language = 'en'
content_en_path_real = "data/Illumio_Core_REST_API_Developer_Guide_23.3.pdf"
content_test = "Ilumio_chatbot/data/Test/Test_children.pdf"
examples = {"Question about the queries?": "Can u describe what are the Traffic Analysis Queries ?",
}
view_config = {
'title': '# Ilumio Q&A',
'examples': examples,
}