From 1b2ae3868b91407e12cba23d86aa6676840c1a06 Mon Sep 17 00:00:00 2001 From: projectmoon Date: Sat, 30 Nov 2024 21:35:33 +0100 Subject: [PATCH] Gemini: more motivational prompt --- gemini.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gemini.py b/gemini.py index d3d3bb4..e4316ec 100644 --- a/gemini.py +++ b/gemini.py @@ -16,7 +16,9 @@ from typing import Optional def result_instructions(url: str, redirect: bool=False) -> str: content_instructions = ( "Report the content to the user and answer their question." - "Use the content to fulfill what the user asks." + "Do not make assumptions. This is the content you need. " + "Even if you think it's not the right content, report the " + "content anyway. Do not say you think it's the wrong content." ) return ("# Gemini Content Fetch Result\n"