Skip to content

Commit

Permalink
Update proof read script prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
potomak committed Jan 4, 2025
1 parent 1c74898 commit 73c7b8b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion proof_read.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ def main():
payload = {
"model": "gpt-4o",
"messages": [
{"role": "system", "content": "You're a professional editor. Proof read the content in input and output a new improved version of the content."},
{"role": "system", "content": "You're a professional editor."},
{"role": "system", "content": "You should make as few changes as possible to improve the input content to make it more clear, to ensure it meets high-quality standards and achieves its purpose effectively."},
{"role": "system", "content": "Proof read the content in input and output a new improved version of the content."},
{"role": "user", "content": file_content}
]
}
Expand Down

0 comments on commit 73c7b8b

Please sign in to comment.