domeccleston / sharegpt

Easily share permanent links to ChatGPT conversations with your friends
https://sharegpt.com
MIT License
1.75k stars 215 forks source link

List index rending problem #125

Closed merrymercy closed 2 months ago

merrymercy commented 1 year ago

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