diff --git a/explanation_frontend.py b/explanation_frontend.py index c0c1727..e43fae4 100644 --- a/explanation_frontend.py +++ b/explanation_frontend.py @@ -44,16 +44,21 @@ "What is the birth date of Jesus Christ?", ] }, - "Configuration 2": { - "components": [NED_DBPEDIA, KG2KG, QB_BIRTHDATA, QE_SPARQLEXECUTER], - "exampleQuestions": "" - }, - "Configuration 3": { - "components": [], - "exampleQuestions": "" - } +# "Configuration 2": { +# "components": [NED_DBPEDIA, KG2KG, QB_BIRTHDATA, QE_SPARQLEXECUTER], +# "exampleQuestions": "" +# }, +# "Configuration 3": { +# "components": [], +# "exampleQuestions": "" +# } } explanation_configurations = explanation_configurations_dict.keys() +explanation_configurations_captions = [ + "Komponenten: " + NED_DBPEDIA + ", " + KG2KG + ", " + QB_BIRTHDATA + ", " + QE_SPARQLEXECUTER#, +# "", +# "" +] ### Constants GPT3_5_TURBO = "GPT-3.5 (from OpenAI)"