613860ad by RSA

fix

1 parent 3c5f6cbb
...@@ -3,16 +3,16 @@ const SuggestedOptions = ({ setChatInput }) => { ...@@ -3,16 +3,16 @@ const SuggestedOptions = ({ setChatInput }) => {
3 "Write an email requesting a 3-day vacation leave to my manager.", 3 "Write an email requesting a 3-day vacation leave to my manager.",
4 "Compose a song about nationalism and love for the country.", 4 "Compose a song about nationalism and love for the country.",
5 "Give me 3 easy-to-cook food recipes that I can prepare for a date night at home.", 5 "Give me 3 easy-to-cook food recipes that I can prepare for a date night at home.",
6 "Give me 5 of the best dog shampoos and conditioners I can find on Amazon", 6 "Give me 5 of the best dog shampoos and conditioners I can find on Amazon.",
7 "Write a business pitch for a food truck that serves European-Asian food fussion called EAT Express.", 7 "Write a business pitch for a food truck that serves European-Asian food fussion called EAT Express.",
8 "Write a Youtube script about how to file taxes as a social media influencer in the US", 8 "Write a Youtube script about how to file taxes as a social media influencer in the US.",
9 "Write a resume for an architect with 3 years of experience with green technology and sustainability.", 9 "Write a resume for an architect with 3 years of experience with green technology and sustainability.",
10 "Give me 7 motivational quotes for start-up businesses to be used in social media posts", 10 "Give me 7 motivational quotes for start-up businesses to be used in social media posts.",
11 "Write an article outline about the comparison of DC and Marvel movies.", 11 "Write an article outline about the comparison of DC and Marvel movies.",
12 "Give me a one-week itinerary for a trip to Hawaii", 12 "Give me a one-week itinerary for a trip to Hawaii.",
13 "Write a short children's story about a dolphin that wanted to fly", 13 "Write a short children's story about a dolphin that wanted to fly.",
14 "Explain the difference between a samurai and a ninja", 14 "Explain the difference between a samurai and a ninja.",
15 "Explain how to create a blue button in html that turns to yellow on mouse hover" 15 "Explain how to create a blue button in html that turns to yellow on mouse hover."
16 ]; 16 ];
17 const handleExampleClick = (example) => { 17 const handleExampleClick = (example) => {
18 setChatInput(example); 18 setChatInput(example);
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!