What's Changed
- Update README.md by @sryu1 in #163
- Implement
rank_assistant_replies
in web by @AbdBarho in #154 - Added trusted api client flag by @mjagkow in #162
- Fixing discord signin by @fozziethebeat in #169
- Improved collaboration docs by @kiritowu in #172
- BREAKING CHANGE: rename database objects by @andreaskoepf in #182
- Add component- and e2e testing with Cypress by @martinnormark in #177
- Fixes for breaking changes in #182 by @k-nearest-neighbor in #188
- Use DnDKit for ranking tasks by @AbdBarho in #161
- Data management api by @mjagkow in #171
- Update all the task pages to fetch a new taks after submission by @fozziethebeat in #192
- Rewrite with
hikari
by @AlexanderHOtt in #135 - Evaluated Detoxify by @SzymonOzog in #176
- Update Prompting_Guide.md by @koustubhavachat in #201
- fixing issue #202 by @kostiak in #206
- Fix for missing dependency for DNDKit on evaluation pages by @TwoDukes in #211
- data argumentation in docs and notebooks by @GravermanDev in #207
- saving user to the dabase when using the debug credentials provider by @yk in #210
- website: Drag handles for ranking items by @othrayte in #230
- Fix linter warnings by @croumegous in #199
- Fix permission check for
/settings log_channel
by @AlexanderHOtt in #219 - Deleting a few links that don't go to a page we're planning to build by @fozziethebeat in #225
- Add an error handler to the discord bot by @AlexanderHOtt in #235
- candidate platform agnostic solution by @mattlongname in #227
- Adding a file for listing relevant research papers by @mrcabbage972 in #217
- Add basic redis setup for rate limiting by @GraemeHarris in #187
- Add oasst-shared folder to discord-bot container by @onegunsamurai in #241
- tests: add OasstApiClient contract tests by @jack-michaud in #216
- add training code for reward model by @theblackcat102 in #222
- Search Based QA Research Report by @billray0259 in #213
- ci: add Test API Contract workflow by @jack-michaud in #244
- Text formatting and for-loops in EssayInstructions.ipynb by @agoryuno in #234
- Format markdown with prettier --prose-wrap=always by @bitplane in #212
- #42 Adding popover to flag text with labels by @BitterKanegul in #189
- Add warning + advice to .pre-commit-config.yaml by @bitplane in #247
- Add context to compose file so it runs in older "docker-compose" by @bitplane in #249
- Website e2e tests by @othrayte in #266
- Remove utf8 coding pragma from pre-commit and python files by @bitplane in #252
- Write better documentation for getting started with discord bot development. by @AlexanderHOtt in #253
- fix: typo in EssayInstructions.md and EssayRevision.md by @melvinebenezer in #262
- website: Add some new detail to the docs on e2e testing by @othrayte in #271
- Implement Backend Fastapi limiter by @kiritowu in #281
- Add
devcontainer.json
for GitHub/VSCode codespaces by @andrewm4894 in #251 - add copilot to devcontainer by @andrewm4894 in #283
- Stop users from starting more than one task at a time by @AlexanderHOtt in #265
- refactor: move OasstError into oasst_shared.exceptions by @jack-michaud in #289
- added data schemas md by @yk in #288
- refactor: move OasstApiClient into oasst-shared by @jack-michaud in #287
- Add missing requirement to discord-bot by @onegunsamurai in #292
- #47- Create API endpoints that return leaderboards by @yeungadrian in #250
- Clean up data augmentation doc by @olliestanley in #286
- Fix minor README typos by @audreyfeldroy in #291
- chore: add fastapi response model to every endpoints, add openapi documentation for API response by @croumegous in #295
- Use Chakra UI for Messages by @AbdBarho in #264
- #276 - Fixed null username by @Klotske in #294
- fix(frontend): fix invalid json error when HTTP response is 204 by @croumegous in #299
- Dark mode implementation by @LucianPetri in #167
- SFT training by @sanagno in #301
- minor: add documentation on discord env variable to set up and fix shell script to run discord bot by @croumegous in #302
- feat: handle OasstError in OasstApiClient by @jack-michaud in #300
- added clear list for more understanding of result by @chandru1003 in #278
- Fix table in detoxify eval readme by @Jac-Zac in #316
- Fixing merge issues with website and backend by @fozziethebeat in #306
- 257 backend on aws by @fozziethebeat in #321
- Allow user to start work from DMs. by @AlexanderHOtt in #267
- #320 - fixed color toggle being missing on light mode by @Klotske in #323
- Feat/better messages by @AlexanderHOtt in #318
- pre-commit hook black->black-jupyter by @janosh in #304
- Website implement create initial prompt by @othrayte in #329
- Create docs/supervised_datasets.md, suggested by yk in issue 186 by @markcheeky in #239
- Adding a bare bones unstyled terms of service and privacy policy by @fozziethebeat in #256
- Devcontainer improvements by @andrewm4894 in #333
New Contributors
- @kiritowu made their first contribution in #172
- @martinnormark made their first contribution in #177
- @AlexanderHOtt made their first contribution in #135
- @SzymonOzog made their first contribution in #176
- @koustubhavachat made their first contribution in #201
- @kostiak made their first contribution in #206
- @TwoDukes made their first contribution in #211
- @GravermanDev made their first contribution in #207
- @othrayte made their first contribution in #230
- @mattlongname made their first contribution in #227
- @mrcabbage972 made their first contribution in #217
- @onegunsamurai made their first contribution in #241
- @jack-michaud made their first contribution in #216
- @theblackcat102 made their first contribution in #222
- @agoryuno made their first contribution in #234
- @bitplane made their first contribution in #212
- @BitterKanegul made their first contribution in #189
- @melvinebenezer made their first contribution in #262
- @andrewm4894 made their first contribution in #251
- @yeungadrian made their first contribution in #250
- @olliestanley made their first contribution in #286
- @audreyfeldroy made their first contribution in #291
- @Klotske made their first contribution in #294
- @sanagno made their first contribution in #301
- @chandru1003 made their first contribution in #278
- @Jac-Zac made their first contribution in #316
- @janosh made their first contribution in #304
- @markcheeky made their first contribution in #239
Full Changelog: v0.0.1-alpha9...v0.0.1-alpha10