From d36506292c89d5a6eabd0f5f63be1bed48b03401 Mon Sep 17 00:00:00 2001 From: altaf-creator Date: Tue, 1 Jul 2025 07:32:20 +0800 Subject: -n --- backend/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/main.py b/backend/main.py index 6b02ac8..d329135 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 NOR 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", -- cgit v1.2.3