Skip to content

Commit 8857481

Browse files
committed
beef up prompt engineering
1 parent 4e8a7ad commit 8857481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def summarize_feedback():
5353
messages=[
5454
{
5555
"role": "system",
56-
"content": "Summarize the submitted feedbacks (new-line separated). Identify key topics about the assignment for the class to discuss. Format as a bullet list in html without code fences.",
56+
"content": "Summarize the submitted feedbacks (new-line separated). Identify key topics about the assignment for the class to discuss. Format as an unordered list (ul) in html without code fences. Include the opening and closeing <ul> tags at the start and end of the response, and wrap each bullet point in an li, but don't render any other html.",
5757
},
5858
{
5959
"role": "user",

0 commit comments

Comments
 (0)