From 3fe48464e46294e155a98b30ddb0032369157536 Mon Sep 17 00:00:00 2001 From: John Costa Date: Wed, 26 Feb 2025 20:49:55 +0000 Subject: [PATCH] feat: using different prompt --- backend/openai.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/backend/openai.go b/backend/openai.go index f7a114e..534189e 100644 --- a/backend/openai.go +++ b/backend/openai.go @@ -140,8 +140,7 @@ const IMAGE_TYPE = "image_url" 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. - -This system is part of a bookmark manager, who's main goal is to allow the user to search through various screenshots. +Be sure to extract every link (URL) that you find. ` const RESPONSE_FORMAT = `