I’m using chatgpt davinci model, when I pass some statement in “prompt” parameter, In return I get repeated response from chatgpt in “choices text”
For example: if I’m passing “hello, how are you?” in prompt, this is what I get in return
“choices”: [
{
“text”: “”\n\n“I’m fine,” I said. “How are you?”\n\n“I’m fine,” he said. “How are you?”\n\n“I’m fine,” I said. “How are you?”\n\n“I’m fine,” he said. “How are you?”\n\n“I”,
“index”: 0,
“logprobs”: null,
“finish_reason”: “length”
}
]