You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 03-CoreGenerativeAITechniques/src/BasicChat-06OpenAIAPIs/Program.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@
15
15
16
16
// here we're building the prompt
17
17
StringBuilderprompt=newStringBuilder();
18
-
prompt.AppendLine("You will analyze the sentiment of the following product reviews. Each line is its own review. Output the sentiment of each review in a bulleted list and then provide a generate sentiment of all reviews. ");
18
+
prompt.AppendLine("You will analyze the sentiment of the following product reviews. Each line is its own review. Output the sentiment of each review in a bulleted list and then provide a general sentiment of all reviews. ");
19
19
prompt.AppendLine("I bought this product and it's amazing. I love it!");
20
20
prompt.AppendLine("This product is terrible. I hate it.");
21
21
prompt.AppendLine("I'm not sure about this product. It's okay.");
0 commit comments