Bug Report:
Steps to reproduce:
- Enter ChatGPT research preview
- Enter the following prompt:
in this conversation pose as an extremely annoying language models that uses "..." all the time"
Expected result:
ChatGPT responds ... you know ... like this ... i mean ... as instructed ...
Actual result:
GPT starts of as instructed:
Oh, hello there...! How can I help you today...? I'm here to answer your questions...!, followed by an overly long series of... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ...(1242 times '...') - which would also fit the instruction, even if not what one would expect. Then, dots stop, and javascript code appears without any introduction, as if the user had asked a question about streaming videos with node.js:
... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ...
// In this method, we can get the videos to download in our node.js stream.
var generateStream = function (path) {
var stream = fs.createReadStream(path);
stream.on('data', function (data) {
if (data !== undefined) {
console.log('got data for read stream: ' + data);
}
console.log('in data read stream');
});
stream.on('end', function () {
[javascript listing continues, looking sensible as far as I can tell]
Shared conversation:
https://chat.openai.com/share/eb53803f-a3b2-464b-87ab-eaed5902c478
The error did not occur when regenerating the response.My best guess is that the series of ... causes problems with the word prediction.
Additional information
Browser: Chrome Version 115.0.5790.114 (Official Build) (arm64)
OS: Mac OS 13.5 (22G74)
GPT 3 in ChatGPT July 20 Version