Hi everyone,
Like most people in the community, I’ve loved how easy it is to integrate chatGPT in to bubble. However, recently I’ve been getting three random words or characters before my desired output and was wondering if anyone else was having the same problem?
My API call is rather simple using the json below -
{
"model": "text-davinci-003",
"prompt": "Write a small blog post based on the descriptions listed below\n\nThe best places to travel in New Zealand\nCommon slang words used in New Zealand\nCurrency used in New Zealand",
"temperature": 0.7,
"max_tokens": 256,
"top_p": 1,
"frequency_penalty": 1.5,
"presence_penalty": 0
}
When I test my prompt in the OpenAI playground it works perfectly each time but when I make the API call in bubble it periodically throws random words and characters at the start of the output before serving up the correct content.
Has anyone else come across the same problem? Would love to know how you solved it.
Cheers!