Skip to content

Commit f02eb2b

Browse files
elbrunoCopilot
andauthored
Update 03-CoreGenerativeAITechniques/src/BasicChat-06OpenAIAPIs/Program.cs
Co-authored-by: Copilot <[email protected]>
1 parent 501fa81 commit f02eb2b

File tree

1 file changed

+1
-1
lines changed
  • 03-CoreGenerativeAITechniques/src/BasicChat-06OpenAIAPIs

1 file changed

+1
-1
lines changed

03-CoreGenerativeAITechniques/src/BasicChat-06OpenAIAPIs/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
// here we're building the prompt
1717
StringBuilder prompt = new StringBuilder();
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. ");
1919
prompt.AppendLine("I bought this product and it's amazing. I love it!");
2020
prompt.AppendLine("This product is terrible. I hate it.");
2121
prompt.AppendLine("I'm not sure about this product. It's okay.");

0 commit comments

Comments
 (0)