forked from joofio/summary-lens
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
119 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
PROMPT_LIST = { | ||
"en": "Write a concise summary of the following text delimited by triple backquotes. Return your response in bullet points which covers the key points of the text. " | ||
+ "You must only use the information provided in the text and avoid introducing any new information. " | ||
+ "The summary should be clear, accurate, and comprehensive, highlighting the main ideas and key details of the text. \n", | ||
"es": "Escribe un resumen conciso del siguiente texto delimitado por comillas triples. Devuelve tu respuesta en viñetas que cubran los puntos clave del texto. " | ||
+ "Debes usar únicamente la información proporcionada en el texto y evitar introducir información nueva. " | ||
+ "El resumen debe ser claro, preciso y completo, destacando las ideas principales y los detalles clave del texto. \n", | ||
"da": "Skriv et kortfattet resumé af den følgende tekst, afgrænset af tredobbelte anførselstegn. Returner dit svar i punktform, der dækker tekstens vigtigste punkter." | ||
+ "Du må kun bruge de oplysninger, der er givet i teksten, og undgå at tilføje ny information." | ||
+ "Resuméet skal være klart, præcist og omfattende og fremhæve tekstens hovedideer og nøgleoplysninger. \n", | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters