#Paragraph problem in text

14 messages · Page 1 of 1 (latest)

tiny gorge
#

Hello, I am getting the text returned as a result of the OpenAI API request, but I cannot get the beginning of the paragraph in the text. Think of a long text in one line but I wanna do it per paragraph for each. For example, there are a few paragraphs in the article, but I only take them as one paragraph. How can I check or edit this?

daring iris
tiny gorge
#

I wanted to express, the fields I marked must be per line, but they come as plain text with no parameters between them.

#

@daring iris the text I get as a result of the API return as a single line, whereas how can I make it start as per line on each paragraph?

#

I think the returned text data should have a "\n" parameter. but this is not available, it returns a one-line text

#

by the way thank you.

balmy trout
#

add something to the prompt i suppose

#

like this:

#

Instruction: Add parameter\n before each paragraph

tiny gorge
#

‘Score’ and ‘feedback’ yes it can be like you said

tiny gorge
tiny gorge
#

@balmy trout I determined a html tag instead \n parameter, it works.

#

I guess there isn't any problems to using html parameters?