willopcbeta commited on
Commit
cc410ba
·
1 Parent(s): c1e0bd8

Added a new "content" explanation for multi-text/paragraph use. (#5)

Browse files

- Added a new "content" explanation for multi-text/paragraph use. (54e37970642cb59c9504dcfa6b374aaeb62d9472)

Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -94,6 +94,7 @@ ex:```const result = await generator(messages, {....```
94
  {
95
  role: "user",
96
  content: `${text}.`
 
97
  }
98
  ];
99
 
 
94
  {
95
  role: "user",
96
  content: `${text}.`
97
+ //content: `Translate the following to ${targetName}:\n\n${text}.` If there are multiple paragraphs or long texts, use this "content."
98
  }
99
  ];
100