You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Examples responses from API, seem to consistently come back with two extra lines \n\n before the text:
{
"output": {
"id": "cmpl-5piNzLeqAZOMoVema2MeguNftjgEg",
"object": "text_completion",
"created": 1663007031,
"model": "text-davinci-002",
"choices": [
{
"text": "\n\n-Tips for saving money on groceries\n-Ways to save money on your utility bills\n-How to create a budget that works for you\n-Saving money tips for busy families\n-10 simple ways to save money every day\n-3 big mistakes people make when trying to save money\n-How to save money on travel expenses\n-7 creative ways to save money",
"index": 0,
"logprobs": null,
"finish_reason": "stop"
}
],
"usage": {
"prompt_tokens": 16,
"completion_tokens": 79,
"total_tokens": 95
}
}
}
The result appears as unintentional CSS styling on the frontend when the response state is displayed:
The text was updated successfully, but these errors were encountered:
Examples responses from API, seem to consistently come back with two extra lines
\n\n
before the text:The result appears as unintentional CSS styling on the frontend when the response state is displayed:
The text was updated successfully, but these errors were encountered: