Commit Graph

519 Commits

Author SHA1 Message Date
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
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
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
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
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
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
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
Desmond Grealy f09d4d33f1 Merge pull request #210 from LAION-AI/168-cant-fetch-tasks-when-logging-in-as-a-debug-users
saving user to the dabase when using the debug credentials provider
2022-12-31 15:20:04 -08:00
mrcabbage972 8a42ed3295 Adding a file for listing relevant research papers 2022-12-31 16:44:04 -05:00
Yannic Kilcher 4e6da8a6f6 Merge pull request #207 from GravermanDev/main
data argumentation in docs and notebooks
2022-12-31 21:37:08 +01:00
Desmond Grealy 8d3c0fd8a6 Merge pull request #211 from TwoDukes/DNDKit-dependency-fix
Fix for missing dependency for DNDKit on evaluation pages
2022-12-31 12:36:44 -08:00
Andreas Köpf 7b29582cbb add to protocol.Message 2022-12-31 19:23:54 +01:00
croumegous 8c79cadbb1 chore: manually fix linter warning 2022-12-31 18:27:08 +01:00
croumegous a0b900559c chore: eslint plugins to sort import and remove unused import automatically 2022-12-31 18:22:06 +01:00
Dustin 0e10f49c02 lock 2022-12-31 09:19:14 -08:00
Dustin a40d51b06f added missing dependency for DNDKit on evaluation pages 2022-12-31 09:03:10 -08:00
kostiak bd2a7e93e3 fixing issue #202 2022-12-31 17:53:04 +01:00
Yannic Kilcher 4a4cf3c3a6 saving user to the dabase when using the debug credentials provider 2022-12-31 17:32:02 +01:00
GravermanDev a1ba434c31 added all the changes again but this time they are compatible 2022-12-31 17:18:02 +01:00
Yannic Kilcher 528d8d4cf9 Merge pull request #201 from koustubhavachat/patch-1
Update Prompting_Guide.md
2022-12-31 16:33:45 +01:00
koustubh0801 40ef45f719 Update Prompting_Guide.md
following two points added 
- Provide accurate and reliable information using credible sources and references as appropriate
- Avoid providing vague or incomplete responses, or giving opinions or personal advice unless specifically requested
2022-12-31 20:54:05 +05:30
Yannic Kilcher a6195a1531 Merge pull request #176 from SzymonOzog/main
Evaluated Detoxify
2022-12-31 16:16:23 +01:00
Szymon Ożóg 11241c9895 Fixed readme file for style checks 2022-12-31 15:00:28 +01:00
Andreas Köpf 911f932cc3 Merge new discord-bot by AlexanderHOtt into main 2022-12-31 12:56:07 +01:00
Andreas Köpf f151fa45c8 Merge branch 'main' of https://github.com/AlexanderHOtt/Open-Assistant into AlexanderHOtt-main 2022-12-31 12:54:16 +01:00
Alex Ott 8067dc8f78 rename TOKEN env var to BOT_TOKEN 2022-12-31 03:52:09 -08:00
Keith Stevens 9b5a220e16 Merge pull request #192 from LAION-AI/104-load-new-tasks
Update all the task pages to fetch a new taks after submission
2022-12-31 18:37:58 +09:00
Yannic Kilcher 13424306e9 Merge branch 'main' of github.com:LAION-AI/Open-Chat-GPT 2022-12-31 10:32:07 +01:00
Yannic Kilcher 020c5f34e8 excluding notebooks from pre-commit 2022-12-31 10:32:03 +01:00
Igor Miagkov ef3a35ff9c fixes 2022-12-31 10:31:31 +01:00
Igor Miagkov 6d98ba1f75 fix alembic migration 2022-12-31 10:31:31 +01:00
Igor Miagkov f126b21bb3 adjust names and types to new naming 2022-12-31 10:31:31 +01:00
Igor Miagkov 475f48b195 stats api method 2022-12-31 10:31:31 +01:00
Igor Miagkov 8e1d80956a split message api endpoints 2022-12-31 10:31:31 +01:00