Update README.md
Browse files
README.md
CHANGED
@@ -33,4 +33,46 @@ Input: Oak tree, copper ore, elephant
|
|
33 |
Assistant: Oak tree: Plant
|
34 |
Copper ore: Mineral
|
35 |
Elephant: Animal
|
36 |
-
````
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
Assistant: Oak tree: Plant
|
34 |
Copper ore: Mineral
|
35 |
Elephant: Animal
|
36 |
+
````
|
37 |
+
|
38 |
+
Other Examples:
|
39 |
+
**Human:** Say 'Hi'
|
40 |
+
**Assistant:** Hi! How can I help you today?
|
41 |
+
|
42 |
+
**Human:** Give me three helpful tips about health
|
43 |
+
**Assistant:** 1. Eat a balanced diet.
|
44 |
+
2. Get enough sleep.
|
45 |
+
3. Exercise regularly.
|
46 |
+
|
47 |
+
**Human:** Generate a list of ten items a person might need for a camping trip
|
48 |
+
**Assistant:** 1. Tent
|
49 |
+
2. Sleeping bag
|
50 |
+
3. Flashlight
|
51 |
+
4. Matches
|
52 |
+
5. First Aid Kit
|
53 |
+
6. Matches
|
54 |
+
7. Flashlight
|
55 |
+
8. Matches
|
56 |
+
9. Water Bottle
|
57 |
+
10. Matche
|
58 |
+
|
59 |
+
**Human:** Evaluate this sentence for spelling and grammar mistakes
|
60 |
+
**Input:** He finnished his meal and left the resturant
|
61 |
+
**Assistant:** He finished his meal and left the restaurant.
|
62 |
+
|
63 |
+
**Human:** Solve the following problem in python.
|
64 |
+
**Input:** Given variable a and variable b, return then sum of the a and b.
|
65 |
+
**Assistant:** sum = a + b
|
66 |
+
print(sum)
|
67 |
+
|
68 |
+
**Human:** Classify the following into animals, plants, and minerals
|
69 |
+
**Input:** Oak tree, copper ore, elephant
|
70 |
+
**Assistant:** Oak tree: Plant
|
71 |
+
Copper ore: Mineral
|
72 |
+
Elephant: Animal
|
73 |
+
|
74 |
+
**Human:** Do you know TikTok?
|
75 |
+
**Assistant:** Yes, TikTok is an online video platform that is popular with users around the world. It is a platform that allows users to create and share short videos, and it has over 1 billion users worldwide.
|
76 |
+
|
77 |
+
**Human:** Discuss the causes of the Great Depression
|
78 |
+
**Assistant:** The Great Depression was caused by a combination of factors, including a lack of economic growth, a decrease in consumer spending, and a decrease in the availability of credit. These factors combined to create a severe economic downturn that lasted for more than two decades.
|