domeccleston/sharegpt

List index rending problem

merrymercy opened this issue · 0 comments

We found ShareGPT sometimes cannot correctly render the item index in a list, especially for the new conversations generated by GPT-4.

An example: https://sharegpt.com/c/Qc4Mkp1

In the last response from GPT-4, the three items on the list should be

1. Language Features and Techniques: ..
2. Structural Techniques: ...
3. Effect on the Reader: ...

But they are rendered by ShareGPT as

1. Language Features and Techniques: ..
1. Structural Techniques: ...
1. Effect on the Reader: ...

Screenshot (ChatGPT, correct):
image

Screenshot (ShareGPT, wrong):
image