ppsingh commited on
Commit
621f9e1
1 Parent(s): c39d2dc

Create engine/prompts.py

Browse files
Files changed (1) hide show
  1. auditqa/engine/prompts.py +5 -0
auditqa/engine/prompts.py ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ audience_prompts = {
2
+ "children": "6 year old children that don't know anything about science and climate change and need metaphors to learn",
3
+ "general": "the general public who know the basics in science and climate change and want to learn more about it without technical terms. Still use references to passages.",
4
+ "experts": "expert and climate scientists that are not afraid of technical terms",
5
+ }