Open-Assistant icon indicating copy to clipboard operation
Open-Assistant copied to clipboard

Messages

Open alexfilothodoros opened this issue 1 year ago • 3 comments

Addressing issue: https://github.com/LAION-AI/Open-Assistant/issues/2630

Rename/amend "messages" page to make it clear they come from the data collection, not from users' chats.

alexfilothodoros avatar Apr 27 '23 21:04 alexfilothodoros

: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

github-actions[bot] avatar Apr 27 '23 21:04 github-actions[bot]

@alexfilothodoros Hey, first install the pre-commit from here

Then run: pre-commit install inside the branch Then run pre-commit run --all-files which will enforce styling, push again if all checks passes successfully.

aziyatali avatar Apr 28 '23 03:04 aziyatali

@aziyatali Hi there!

I am running pre-commit run --all-files and it fails at some files that I haven't even touched (my branch is synched).


flake8...................................................................Failed
- hook id: flake8
- exit code: 1

backend/export.py:104:15: E999 SyntaxError: invalid syntax
backend/oasst_backend/prompt_repository.py:359:15: E999 SyntaxError: invalid syntax
backend/oasst_backend/task_repository.py:58:15: E999 SyntaxError: invalid syntax
backend/oasst_backend/tree_manager.py:499:15: E999 SyntaxError: invalid syntax
backend/oasst_backend/user_stats_repository.py:621:15: E999 SyntaxError: invalid syntax
backend/oasst_backend/utils/tree_export.py:68:27: E999 SyntaxError: invalid syntax
discord-bots/oa-bot-py/bot/extensions/work.py:380:15: E999 SyntaxError: invalid syntax
discord-bots/oa-bot-py/bot/utils.py:20:11: E999 SyntaxError: invalid syntax
inference/server/oasst_inference_server/database.py:31:11: E999 SyntaxError: invalid syntax
inference/server/oasst_inference_server/routes/workers.py:184:31: E999 SyntaxError: invalid syntax
inference/worker/__main__.py:90:31: E999 SyntaxError: invalid syntax
model/model_training/check_dataset_counts.py:20:15: E999 SyntaxError: invalid syntax
model/model_training/custom_datasets/formatting.py:79:15: E999 SyntaxError: invalid syntax
text-frontend/__main__.py:52:29: E999 SyntaxError: invalid syntax
text-frontend/auto_main.py:74:33: E999 SyntaxError: invalid syntax

alexfilothodoros avatar Apr 28 '23 12:04 alexfilothodoros

Closing this as there is no response from the author since end of April.

andreaskoepf avatar Jun 07 '23 12:06 andreaskoepf