summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraltaf-creator <dev@altafcreator.com>2025-07-01 08:57:04 +0800
committeraltaf-creator <dev@altafcreator.com>2025-07-01 08:57:04 +0800
commit4836803512465c1a7c23e21befdd4bbb20592cc0 (patch)
treebb3fc67f9daaaaa49b7b12c1a897c4d69149b33c
parentd36506292c89d5a6eabd0f5f63be1bed48b03401 (diff)
fix contradiction in prompt
-rw-r--r--backend/main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/main.py b/backend/main.py
index d329135..6681d58 100644
--- a/backend/main.py
+++ b/backend/main.py
@@ -31,7 +31,7 @@ def yeah_flask():
)
)
- contents.append("Please summarise the following content. Make it concise, but detailed (this is a priority), organised into a mind map, structured with clear hierarchy, where each item is first prefixed and just prefixed with a > times depth, where depth starts at 1. For example, a sub item would be \">> subitem\". Do not start or end your message with an approval message, start immediately with the content requested. Absolutely do not add any blank lines, and do NOT, ABSOLUTELY DO NOT add spaces OR numbering after the '>' prefix.")
+ contents.append("Please summarise the following content. Make it concise, but detailed (this is a priority), organised into a mind map, structured with clear hierarchy, where each item is first prefixed and just prefixed with a > times depth, where depth starts at 1. For example, a sub item would be \">>subitem\". Do not start or end your message with an approval message, start immediately with the content requested. Absolutely do not add any blank lines, and do NOT, ABSOLUTELY DO NOT add spaces OR numbering after the '>' prefix.")
response = client.models.generate_content(
model="gemini-2.0-flash",