Open ztc1997 opened 1 year ago
I'm not sure but I think this is an issue on Bing's end where the AI doesn't generate the source links correctly.
I think it's a problem in the UI streaming behavior. While the UI is streaming it is displaying/formating the markdown and after the message is completed the message is re-processed. If you recall my issue about having multiplication signs being "eaten", there I tried a hotfix which auto-escapes it during streaming. That works well but after the message is completed a javascript function is re-processing it and then it looked wrong. Likely related.
Describe the bug Some links show up as [[number] in streaming and disappear after streaming sometimes.
To Reproduce Steps to reproduce the behavior:
Expected behavior Links display normally
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context Add any other context about the problem here.