willopcbeta commited on
Commit
54e3797
·
verified ·
1 Parent(s): c1e0bd8

Added a new "content" explanation for multi-text/paragraph use.

Browse files
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