Hi,
I am facing an issue.
OpenAI typically generates responses in the form of a single text string, which might not always be suitable for certain applications that require data to be structured in a list format.
For example,
- University A
- University B
- University C
- University D
I want to save each university in a list but above generated result is a single text.
Thank you!
Just split the text into a list…
These are the points, each point i want to store in list
So which text separator i will use.
Each point? Or Each number?
yeah got your point but what should i write in text separator here