ptrdvn commited on
Commit
b4726bc
1 Parent(s): a5bc16c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -45,6 +45,14 @@ print()
45
  print("### Response")
46
  print(response.choices[0].message.content)
47
  print()
 
 
 
 
 
 
 
 
48
  ```
49
 
50
  We will be uploading a 4bit AWQ model soon to make it easier to run this model on other machines (watch this space!).
 
45
  print("### Response")
46
  print(response.choices[0].message.content)
47
  print()
48
+
49
+ # ### Prompt
50
+ # Tell me three cool facts about fish to amaze my 4 year old.
51
+
52
+ # ### Response
53
+ # 1. Some fish can change their color! Just like a chameleon, some fish can change their color to blend in with their surroundings or to communicate with other fish. For example, the flounder can change its color to match the ocean floor, making it harder for predators to spot them.
54
+ # 2. Fish can sleep with their eyes open! Unlike humans, fish don't have eyelids, so they can't close their eyes to sleep. Instead, they rest in a special way, like floating near the surface or hiding in a safe spot, while their body slows down and they take a nap.
55
+ # 3. Fish can talk to each other! Well, not exactly like humans, but they do make sounds and communicate with each other using special organs called swim bladders. They can make clicking, grunting, or even singing sounds to find mates, warn others about danger, or mark their territory.
56
  ```
57
 
58
  We will be uploading a 4bit AWQ model soon to make it easier to run this model on other machines (watch this space!).