Spaces:
Sleeping
Sleeping
further tweak to prompt
Browse files
appStore/__pycache__/rag.cpython-310.pyc
CHANGED
|
Binary files a/appStore/__pycache__/rag.cpython-310.pyc and b/appStore/__pycache__/rag.cpython-310.pyc differ
|
|
|
appStore/__pycache__/target.cpython-310.pyc
CHANGED
|
Binary files a/appStore/__pycache__/target.cpython-310.pyc and b/appStore/__pycache__/target.cpython-310.pyc differ
|
|
|
appStore/rag.py
CHANGED
|
@@ -29,7 +29,8 @@ model_select = "gpt-3.5-turbo-0125"
|
|
| 29 |
# return prompt
|
| 30 |
|
| 31 |
def get_prompt(context, label):
|
| 32 |
-
base_prompt="Summarize the following context efficiently in bullet points, the less the better. \
|
|
|
|
| 33 |
Formatting example: \
|
| 34 |
- Bullet point 1 \
|
| 35 |
- Bullet point 2 \
|
|
|
|
| 29 |
# return prompt
|
| 30 |
|
| 31 |
def get_prompt(context, label):
|
| 32 |
+
base_prompt="Summarize the following context efficiently in bullet points, the less the better - but keep concrete goals. \
|
| 33 |
+
Summarize only elements of the context that address vulnerability to climate change. \
|
| 34 |
Formatting example: \
|
| 35 |
- Bullet point 1 \
|
| 36 |
- Bullet point 2 \
|