Added a new "content" explanation for multi-text/paragraph use.
Browse files
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 |
|