chathub-dev / chathub

All-in-one chatbot client
https://chathub.gg/?utm_source=github
GNU General Public License v3.0
10.05k stars 1.03k forks source link

Add support for Perplexity's newly available citations #1307

Closed SeanBannister closed 4 days ago

SeanBannister commented 2 weeks ago

Perplexity just announced that "Citations" are now enabled for everyone via the API, no flag needs to be specified. And you'll notice they are now showing in chathub... The only issue is none of these references currently link back to their sources, I'm guessing this HTML needs to be added in chathub :

image

You can see the announcement of this feature here.

wong2 commented 2 weeks ago

Got it, I will see how to do it.

SeanBannister commented 5 days ago

image

Citations are now linked, thanks. Maybe a little formatting would tidy things up though.

wong2 commented 4 days ago

Yes, I've added support for it. The format issue will take some more time.