Skip to content

Commit

Permalink
Config changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dschiese committed Jun 19, 2024
1 parent e351a2d commit 2a70389
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions explanation_frontend.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit 2a70389

Please sign in to comment.