Open-Assistant
Open-Assistant copied to clipboard
Exclude certain users from leaderboard stats
:x: pre-commit failed.
Please run pre-commit run --all-files locally and commit the changes.
Find more information in the repository's CONTRIBUTING.md
:x: pre-commit failed.
Please run pre-commit run --all-files locally and commit the changes.
Find more information in the repository's CONTRIBUTING.md
:x: pre-commit failed.
Please run pre-commit run --all-files locally and commit the changes.
Find more information in the repository's CONTRIBUTING.md
:x: pre-commit failed.
Please run pre-commit run --all-files locally and commit the changes.
Find more information in the repository's CONTRIBUTING.md
@akhil-datla Should this PR be closed? As it is it would lead to gaps in the leaderboard stats which we don't want. One of the main intentions behind adding the enable-stats flag was to allow 'system' users to import data without appearing on the leaderboard etc.
@andreaskoepf I'll work on the task this week.
:x: pre-commit failed.
Please run pre-commit run --all-files locally and commit the changes.
Find more information in the repository's CONTRIBUTING.md
Why is the website
.envfile deleted?
isnt .env in the .gitignore
@akhil-datla could rename it to .env.example
or we could add
!website/.env
to the .gitignore file
or we could add
!website/.envto the
.gitignorefile
We include a .env in the website directory with working values so devs don't have to go create them. They aren't secret in any way. I'd like to keep that file.
@fozziethebeat, the website CI is failing. However, all the other CI workflows pass.
@fozziethebeat, the website CI is failing. However, all the other CI workflows pass.
Please ignore that failing for now. Its a problem we need to investigate but is unrelated to your changes.
replaced by #961