I have put single slash n and double slash (\)n but it has reduced it both to single slash.

1 Like

I have this issue as well, and it’s not the first time.

I have automation tests with gpt-3.5 requests using a temperature of 0. Those requests started failing today, after several months. When I take the system prompt and user message (which is printed for every request) to the playground, I get the expected result (which I am no longer getting via the API).

1 Like

Is there any good workaround on that topic? I am running in the same problem here.

I really double and tripple checked that I am using the same model and settings. I copied the prompt directly from my code to the playground, just to be absolutely sure, I am using the same.

I tried the /n to //n fix in my javascript code, but did not have an effect. Also tried to escape anything that is not a letter or number. But did not help either.

I would provide sample code, but prompts are very long, as i am doing retrieval based augmentation with it. Also it has angled brackets in the prompt, which the forum software misinterprets as links.