Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Create engine/prompts.py
Browse files
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 |
+
}
|