v0.0.1-alpha14
版本发布时间: 2023-01-13 14:54:02
LAION-AI/Open-Assistant最新发布版本:v0.0.4-alpha2(2023-11-26 00:11:35)
What's Changed
- Web tidy sweep by @fozziethebeat in https://github.com/LAION-AI/Open-Assistant/pull/583
- A simpler fix to ensuring the messages view can render by @fozziethebeat in https://github.com/LAION-AI/Open-Assistant/pull/588
- website: Refactor remaining task pages to use Task.tsx by @othrayte in https://github.com/LAION-AI/Open-Assistant/pull/591
- Gitignore
venv
by @andrewm4894 in https://github.com/LAION-AI/Open-Assistant/pull/596 - 536: Add endpoint to resolve frontend user by auth method and username by @olliestanley in https://github.com/LAION-AI/Open-Assistant/pull/539
- Ensure all the API routes reject banned users by @fozziethebeat in https://github.com/LAION-AI/Open-Assistant/pull/590
- Add note on Python version to backend README.md by @olliestanley in https://github.com/LAION-AI/Open-Assistant/pull/604
- website: Unify task controls by @othrayte in https://github.com/LAION-AI/Open-Assistant/pull/598
- Integrate Dashboard with Messages by @rsandb in https://github.com/LAION-AI/Open-Assistant/pull/610
- Adding support for 8-bit training with bitsandbytes by @mrcabbage972 in https://github.com/LAION-AI/Open-Assistant/pull/582
- Encapsulate valid label fetching to
FlaggableElement
by @fozziethebeat in https://github.com/LAION-AI/Open-Assistant/pull/593 - Added random task and moved other tasks to /tasks/all by @kostiak in https://github.com/LAION-AI/Open-Assistant/pull/621
- Message tree state machine by @andreaskoepf in https://github.com/LAION-AI/Open-Assistant/pull/555
- Update the web to match the backends new API by @fozziethebeat in https://github.com/LAION-AI/Open-Assistant/pull/622
- website: Remove summarization pages by @othrayte in https://github.com/LAION-AI/Open-Assistant/pull/625
- added data_augment.py by @finitearth in https://github.com/LAION-AI/Open-Assistant/pull/570
- add andrewm4894 to
notebooks/
codeowners by @andrewm4894 in https://github.com/LAION-AI/Open-Assistant/pull/626 - Devcontainer backend dev by @andrewm4894 in https://github.com/LAION-AI/Open-Assistant/pull/608
- Add realistic seed data json and update seed_data to properly label task payloads by @danielpatrickhug in https://github.com/LAION-AI/Open-Assistant/pull/613
- added similarity functions and ran precommit by @danielpatrickhug in https://github.com/LAION-AI/Open-Assistant/pull/633
- add some "paths" to
test-api-contract.yaml
by @andrewm4894 in https://github.com/LAION-AI/Open-Assistant/pull/630 - Fix link in MessageTableEntry by @Klotske in https://github.com/LAION-AI/Open-Assistant/pull/631
- Changes on #619 by @sanagno in https://github.com/LAION-AI/Open-Assistant/pull/638
- Continuing #576 by @ekurtulus in https://github.com/LAION-AI/Open-Assistant/pull/619
- Add empty state & tweak loading screen by @Klotske in https://github.com/LAION-AI/Open-Assistant/pull/635
- 85: Unit-testing nextjs & react code by @ericv105 in https://github.com/LAION-AI/Open-Assistant/pull/609
- Dashboard Integration by @rsandb in https://github.com/LAION-AI/Open-Assistant/pull/650
- Added admin dashboard link to UserMenu by @Klotske in https://github.com/LAION-AI/Open-Assistant/pull/628
- Fix link in LeaderboardTable by @Klotske in https://github.com/LAION-AI/Open-Assistant/pull/654
- Semi-comprehensive fix to the web end to end tests by @fozziethebeat in https://github.com/LAION-AI/Open-Assistant/pull/649
- 538: Add endpoints to manage users by @olliestanley in https://github.com/LAION-AI/Open-Assistant/pull/601
- 537: Endpoint to list frontend users by @Vechtomov in https://github.com/LAION-AI/Open-Assistant/pull/554
- Make example prompt responses more empathatic and direct by @mashdragon in https://github.com/LAION-AI/Open-Assistant/pull/662
- #614 - Consistent message ID & FlaggableElement fix by @Klotske in https://github.com/LAION-AI/Open-Assistant/pull/656
- Style Privacy Policy & TOS by @rsandb in https://github.com/LAION-AI/Open-Assistant/pull/643
- Deleting a small set of components by @fozziethebeat in https://github.com/LAION-AI/Open-Assistant/pull/664
- Displaying a different user's messages in the admin view by @fozziethebeat in https://github.com/LAION-AI/Open-Assistant/pull/652
New Contributors
- @finitearth made their first contribution in https://github.com/LAION-AI/Open-Assistant/pull/570
- @ekurtulus made their first contribution in https://github.com/LAION-AI/Open-Assistant/pull/619
- @ericv105 made their first contribution in https://github.com/LAION-AI/Open-Assistant/pull/609
- @mashdragon made their first contribution in https://github.com/LAION-AI/Open-Assistant/pull/662
Full Changelog: https://github.com/LAION-AI/Open-Assistant/compare/v0.0.1-alpha12...v0.0.1-alpha14