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?
#Paragraph problem in text
14 messages · Page 1 of 1 (latest)
Hey can you share an example of what you mean by this?
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.
add something to the prompt i suppose
like this:
Instruction: Add parameter\n before each paragraph
and also there is something like that; the paragraphs of some texts will not be determined by me, how they will be formed by themselves. ‘Ultimately…’ it wasn’t determined by prompt its by AI
‘Score’ and ‘feedback’ yes it can be like you said
Okay, will tray this.