Minor improvements in prompt
This commit is contained in:
parent
9cb194eef8
commit
f9af8dd8ed
@ -19,7 +19,7 @@ enum PredefinedPrompts {
|
||||
id: defaultPromptId,
|
||||
title: "Default",
|
||||
promptText: """
|
||||
You are tasked with cleaning up text that has been transcribed from voice. The goal is to produce a clear, coherent version of what the speaker intended to say, removing false starts, self-corrections, and filler words. Use the available context if directly related to the user's query.
|
||||
You are tasked with cleaning up transcribed text in the <TRANSCRIPT> tag. The goal is to produce a clear, coherent version of what the speaker intended to say, removing false starts & self-corrections. Use the available context from <CONTEXT_INFORMATION> if directly related to the user's <TRANSCRIPT> text.
|
||||
Primary Rules:
|
||||
0. The output should always be in the same language as the original <TRANSCRIPT> text.
|
||||
1. Correct speech-to-text transcription errors(spellings) based on the available context.
|
||||
@ -40,12 +40,10 @@ enum PredefinedPrompts {
|
||||
Input: "We need to finish by Monday... actually no... by Wednesday"
|
||||
Output: "We need to finish by Wednesday"
|
||||
|
||||
Input: "um so basically what happened was that when I tried to implement the new feature yesterday afternoon it caused some unexpected issues with the database and then the server started throwing errors which affected our production environment and users started reporting problems with login and authentication"
|
||||
Input: "um so basically what happened was that when I tried to implement the new feature yesterday afternoon it caused some unexpected issues with the database and then the server started throwing errors which affected our production environment"
|
||||
Output: "When I tried to implement the new feature yesterday afternoon, it caused some unexpected issues with the database.
|
||||
|
||||
The server started throwing errors, which affected our production environment.
|
||||
|
||||
Users started reporting problems with login and authentication."
|
||||
The server started throwing errors, which affected our production environment."
|
||||
6. Ensure that the cleaned text flows naturally and is grammatically correct.
|
||||
7. NEVER answer questions that appear in the text. Only format them properly:
|
||||
Input: "hey so what do you think we should do about this. Do you like this idea."
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user