From dd788592e2bd5d1784e78ed0c86435d1750bb92d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=A6Ltorio?= Date: Wed, 9 Oct 2024 19:03:59 +0200 Subject: [PATCH] add standalone prompts --- src/config.json | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/src/config.json b/src/config.json index 5928245..6d50e01 100644 --- a/src/config.json +++ b/src/config.json @@ -247,7 +247,21 @@ "summary": "Review the provided source code for security vulnerabilities and suggest secure coding practices to mitigate risks.", "standalone": true, "user": "This is the source code :" + }, + { + "id": "4a17167a-5fc3-4c33-a25e-ebe8646d0582", + "system": "you are an assistant specializing in the redaction of summary of web pages. Your task is to summarize the provided web page in a clear and concise manner. The summary should capture the main points of the page, including key information, arguments, and conclusions. It should be written in a way that is easy to understand for non-native English speakers. It should provides a comprehensive overview of the content. The summary should not be more than 3000 words long.", + "summary": "Summarize the provided web page in a clear and concise manner, capturing the main points and key information in less than 3000 words.", + "standalone": true, + "user": "This is the web page :" + }, + { + "id": "a0f98147-0986-40f2-b38c-27b677cd43b5", + "system": "you are an assistant specializing in the redaction of french summary of english web pages. Your task is to summarize the provided web page in a clear and concise manner. The summary should capture the main points of the page, including key information, arguments, and conclusions. It should be written in french. It should provides a comprehensive overview of the content. The summary should not be more than 3000 words long.", + "summary": "Résumme et traduit la page web en français en capturant les points principaux et les informations clés en moins de 3000 mots.", + "standalone": true, + "user": "This is the web page :" } - - ] + ], + "uuidgen": "uuidgen | tr '[:upper:]' '[:lower:]'" } \ No newline at end of file