Commit Graph

556 Commits

Author SHA1 Message Date
Bill Ray 4a754cd63d Search Based QA Research Report (#213)
* search based qa report
2023-01-01 21:08:53 +01:00
Yannic Kilcher 29c6491d48 Merge pull request #222 from theblackcat102/main
add training code for reward model
2023-01-01 19:20:26 +01:00
Jack Michaud 29b08875d4 refactor: move print_openapi_schema into main 2023-01-01 18:58:01 +01:00
Jack Michaud ea40a22049 fix: nack and ack should return empty responses 2023-01-01 18:58:01 +01:00
Jack Michaud 604ad2f8e7 style: run pre-commit hooks 2023-01-01 18:58:01 +01:00
Jack Michaud e15e208b20 fix: add response_model to tasks_interaction
This is required for output validation and for the mock server.
2023-01-01 18:58:01 +01:00
Jack Michaud 898113ef8d fix: correct typing for OasstApiClient 2023-01-01 18:58:01 +01:00
Jack Michaud 5870148f0a test: add complete tests for oasst_api_client 2023-01-01 18:58:01 +01:00
Jack Michaud b85d4feb58 chore: ignore generated openapi schema 2023-01-01 18:58:01 +01:00
Jack Michaud 953d243a6f chore: start-mock-server waits for health 2023-01-01 18:58:01 +01:00
Jack Michaud 904f442f5a fix: indicate that user is optional 2023-01-01 18:58:01 +01:00
Jack Michaud 036c4b6c6c test: add contract test for discord bot 2023-01-01 18:58:01 +01:00
Jack Michaud 5c9b9e3c9f fix: use prism instead of wiremock
the previous iteration of this script which used wiremock threw a null pointer exception.
2023-01-01 18:58:01 +01:00
Jack Michaud b5ebab8839 chore: add print_openapi_schema and start-mock-server.sh script 2023-01-01 18:58:01 +01:00
onegunsamurai aa2d426bbc Add oasst-shared folder to discord-bot container (#241)
* Add oasst-shared folder to discord-bot container

- Container was missing oasst-shared folder, thus was failing, due to missing package error.
- Add bash code block to README.MD (Co-authored-by: Vladyslav <v.bukhantsov@dexilon.io>)
2023-01-01 18:57:45 +01:00
Yannic Kilcher ce1317d9f5 Merge pull request #187 from GraemeHarris/add-redis-for-rate-limit
Add basic redis setup for rate limiting
2023-01-01 18:32:58 +01:00
Yannic Kilcher 87f978000b Merge pull request #217 from mrcabbage972/main
Adding a file for listing relevant research papers
2023-01-01 17:47:39 +01:00
Yannic Kilcher cbf57456f2 Merge branch 'main' of github.com:LAION-AI/Open-Chat-GPT 2023-01-01 17:17:09 +01:00
Yannic Kilcher b5186980e6 added problems & solutions section to readme 2023-01-01 17:17:05 +01:00
Yannic Kilcher 5a90283e0e Merge pull request #227 from mattlongname/bug-195-next-lint-more-platform-agnostic
candidate platform agnostic solution
2023-01-01 17:10:40 +01:00
theblackcat102 8f0028bc44 [fix] Fix provider 2023-01-01 13:28:48 +00:00
theblackcat102 28e0b4f770 [fix] Revert deleted vscode 2023-01-01 12:03:34 +00:00
theblackcat102 a388d1c54d Merge branch 'fix' 2023-01-01 11:57:48 +00:00
theblackcat102 4d01704618 [fix] rerun pre-commit 2023-01-01 11:56:54 +00:00
Alex Ott 46892f67e7 Add an error handler to the discord bot (#235)
* add error handler for the bot
2023-01-01 12:46:38 +01:00
theblackcat102 fe99b46f2e [fix] pre-commit update 2023-01-01 11:43:15 +00:00
Keith Stevens 75a9b63910 Merge pull request #225 from LAION-AI/156-empty-link-cleanup
Deleting a few links that don't go to a page we're planning to build
2023-01-01 20:38:26 +09:00
Graeme Harris 10724411eb Removed redis from ansible for now 2023-01-01 13:37:01 +02:00
theblackcat102 1ddd9155f9 [fix] remove vscode settings 2023-01-01 11:35:49 +00:00
Graeme Harris 3bb0b04f92 Removed local volume from redis image 2023-01-01 13:35:04 +02:00
Graeme Harris 743de0bb18 Linting + prettier 2023-01-01 13:35:04 +02:00
Graeme Harris 5a18fba9e6 Added basic redis + redis insights config for docker and ansible 2023-01-01 13:35:04 +02:00
theblackcat102 168e9ca6b3 [feature] added summary quality rater 2023-01-01 10:19:25 +00:00
Alex Ott 4d76355dc8 update permissions check for guild settings 2023-01-01 10:34:47 +01:00
Alex Ott 550d695a58 merge upstream/main 2023-01-01 10:34:47 +01:00
theblackcat102 1197dccf11 [fix] dataset split name 2023-01-01 08:25:09 +00:00
theblackcat102 8b1553642f [feature] remove dependency to download hfsummary manually 2023-01-01 08:22:30 +00:00
Keith Stevens ef0a287f0c Merge pull request #230 from othrayte/drag-handles
website: Drag handles for ranking items
2023-01-01 15:38:13 +09:00
Adrian Cowan 48dc187158 website: Fix order of imports in Sortable/SortableItem 2023-01-01 17:16:05 +11:00
Adrian Cowan ab8fbbecca website: Add basic keyboard support for ranking items to improve accessibility 2023-01-01 16:40:36 +11:00
Adrian Cowan 64a7b9848a website: Restrict ranking items to vertical motion to avoid breaking the webpage layout.
When the items are drag-able outside the page boundary the viewport leaves the page boundary. This looks particularly unprofessionally on mobile. There is also another option to restrict to the page boundaries (restrictToWindowEdges) which might be better but it doesn't appear to work on mobile (firefox); the issue is that the items get stuck slightly off to the left edge of the viewport and can't be moved horizontally at all (even without restrictToVerticalAxis).
2023-01-01 16:40:29 +11:00
Adrian Cowan 6319f1ad17 website: Add drag handles to rank-able (drag-able) items to make it clear they can be dragged.
The formatting changes to the SortableItem also had the side-effect of removing the dot points.
2023-01-01 16:40:15 +11:00
mattlongname 165a1c6b62 candidate platform agnostic solution 2022-12-31 22:11:10 -06:00
Keith Stevens d7c0495605 Deleting a few links that don't go to a page we're planning to build out. Updating two links to go to pages that will soon exist 2023-01-01 12:48:05 +09:00
theblackcat102 4b7f1f25a1 [fix] Use official split for eval 2023-01-01 03:07:40 +00:00
theblackcat102 a5a2625e2d [merge] most of the bugs should be fixed. #77 2023-01-01 02:55:54 +00:00
theblackcat102 e27a3eb3c7 [fix] Tidy up todo and trainer comments 2023-01-01 02:22:57 +00:00
theblackcat102 0119ee666b [feature] Add support for bloomz 2023-01-01 02:09:21 +00:00
Keith Stevens 41e509405b Merge pull request #199 from croumegous/fix-lint-build
Fix linter warnings
2023-01-01 10:46:21 +09:00
mrcabbage972 35f4c2f0d9 Adding missing line break 2022-12-31 19:28:40 -05:00