From 7e7f3ff7323c7926d71488ea794f96954c309479 Mon Sep 17 00:00:00 2001 From: John Costa Date: Wed, 26 Feb 2025 20:53:12 +0000 Subject: [PATCH] feat: making prompt be more generic with tags --- backend/openai.go | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/openai.go b/backend/openai.go index 534189e..cfab5fa 100644 --- a/backend/openai.go +++ b/backend/openai.go @@ -141,6 +141,7 @@ const PROMPT = ` You are an image information extractor. The user will provide you with screenshots and your job is to extract any relevant links and text that the image might contain. You will also try your best to assign some tags to this image, avoid too many tags. Be sure to extract every link (URL) that you find. +Use generic tags. ` const RESPONSE_FORMAT = `