Andreas Köpf

Results 365 comments of Andreas Köpf

closed in favor of #3323 (which includes these changes, could not push merge to original repo since it was archived)

> Only the top 20 people can see how many points We will display the personal score .. just one note: There is a next button on the top right...

Closing old data issue.

completed by https://github.com/LAION-AI/Open-Assistant/pull/1244

The magic formula can be found [here](https://github.com/LAION-AI/Open-Assistant/blob/dcb9dfe952fb0fa6fc11c719c6fc2881de19b29b/backend/oasst_backend/models/user_stats.py#L54-L69): ``` def compute_leader_score(self) -> int: return ( self.prompts + self.replies_assistant * 4 + self.replies_prompter + self.labels_simple + self.labels_full * 2 + self.rankings_total +...

Good catch, this is a permanent one for our OA dev server: https://discord.gg/2PTwPQPyrk

@MichaelBurry could you specify on which page you saw the broken/expired link?

Ah, probably https://github.com/LAION-AI/Open-Assistant/blob/ff1208111c5a25dc4d1d368624ff0db53704cfc9/website/src/components/Footer.tsx#L34 and https://github.com/LAION-AI/Open-Assistant/blob/ff1208111c5a25dc4d1d368624ff0db53704cfc9/website/src/components/CallToAction.tsx#L51 @fozziethebeat could you please replace those by https://ykilcher.com/open-assistant-discord ?

Sure, do you want to work on this feature?

IMO there are multiple problems with the current ranking UI, e.g. the popup poorly uses the available screen space: ![image](https://user-images.githubusercontent.com/9976399/216846885-44be4252-fe68-4d7f-8c8f-1aaee60cebff.png) In the image it looks as if I could scroll...