Commit Graph

732 Commits

Author SHA1 Message Date
Andrew Maguire cbc17683d9 add to readme 2023-01-03 16:13:25 +00:00
Andrew Maguire 204b9030c9 add readme 2023-01-03 15:52:48 +00:00
Andrew Maguire e176a5292c add command to ensure pre-commit is installed 2023-01-03 15:43:09 +00:00
Andrew Maguire 671e33460d fix script path 2023-01-03 15:39:36 +00:00
Andrew Maguire 0bdfdcd8f5 remove shebang 2023-01-03 15:19:10 +00:00
Andrew Maguire 39d5e67421 clean up 2023-01-03 15:10:43 +00:00
Andrew Maguire 446b69ad60 dev 2023-01-03 15:04:16 +00:00
Andrew Maguire e498d3c579 more generic 2023-01-03 14:43:36 +00:00
Alex Ott e7515fd08e Feat/better messages (#318)
* improve messages and UX

* move log statement

Co-authored-by: Andreas Köpf <andreas.koepf@provisio.com>
2023-01-03 13:13:44 +01:00
Yannic Kilcher b26d62761e Merge pull request #323 from Klotske/fix-color-toggle
#320 - fixed color toggle being missing on light mode
2023-01-03 11:54:54 +01:00
Alex Ott 29ffc276f3 Allow user to start work from DMs. (#267)
* merge upstream/main

* update permissions check for guild settings

* add error handler for the bot

* allow users to start work from DMs and broadcast task completion messages to all log channels

* remove print statement
2023-01-03 10:31:33 +00:00
Klotske 20b313ddcf Fixed toggle icon being missing on light theme 2023-01-03 13:11:11 +03:00
Keith Stevens e835e4424b Merge pull request #321 from LAION-AI/257-backend-on-aws
257 backend on aws
2023-01-03 19:05:49 +09:00
Keith Stevens 22cf775486 Undoing a docker compose change 2023-01-03 19:03:41 +09:00
Keith Stevens da3c5899e4 Deleting the copilot addons now that we're using a pure RDS postgres database 2023-01-03 19:02:11 +09:00
Keith Stevens 51f572d928 Fixing some debug changes 2023-01-03 18:50:00 +09:00
Yannic Kilcher 9ae593fb61 Merge pull request #306 from LAION-AI/156-resolve-merge-issues
Fixing merge issues with website and backend
2023-01-03 10:25:57 +01:00
Yannic Kilcher 1ae880ddab Merge pull request #316 from Jac-Zac/main
Fix table in detoxify eval readme
2023-01-03 10:24:33 +01:00
Yannic Kilcher d7583efff1 Merge pull request #278 from chandru1003/main
added clear list for more understanding of result
2023-01-03 10:12:06 +01:00
Jacopo Zacchigna 5841e53756 Merge branch 'LAION-AI:main' into main 2023-01-03 09:00:26 +01:00
Yannic Kilcher 9dd6c748b8 Merge pull request #300 from jack-michaud/jm/oasst-api-client-handle-error
feat: handle OasstError in OasstApiClient
2023-01-03 08:55:26 +01:00
Jac-Zac 556c4f2d91 Fix table in detoxify eval readme 2023-01-03 08:48:18 +01:00
Yannic Kilcher 50e01cd76b Merge pull request #302 from croumegous/minor-doc-discord
minor: add documentation on discord env variable to set up and fix shell script to run discord bot
2023-01-03 08:45:24 +01:00
Yannic Kilcher 16fb6881fa changed code owners 2023-01-03 08:43:12 +01:00
Yannic Kilcher d0b8d5e169 Merge branch 'main' of github.com:LAION-AI/Open-Chat-GPT 2023-01-03 08:40:10 +01:00
Yannic Kilcher 1924e93d1f added section to schemas 2023-01-03 08:40:04 +01:00
Yannic Kilcher cc57158516 Merge pull request #301 from sanagno/main
SFT training
2023-01-03 08:39:32 +01:00
Keith Stevens dbfa77e8b7 Fixing some small merge issues and ensure docker runs the backend properly 2023-01-03 15:01:24 +09:00
Keith Stevens a926703eec Merge pull request #167 from LAION-AI/dark-mode-implementation
Dark mode implementation
2023-01-03 14:45:36 +09:00
Desmond Grealy e546eaa070 one more fix for header border-bottom. Also fixed some eslint whine 2023-01-02 21:09:37 -08:00
Desmond Grealy a76441baf0 fix method signature from merge. eslint fixes 2023-01-02 20:28:36 -08:00
Desmond Grealy de7e8c08a2 Merge branch 'main' into dark-mode-implementation 2023-01-02 19:00:10 -08:00
Desmond Grealy 3d13c7c91c Darkmode for survey pages. Fixes for eslint. 2023-01-02 18:36:54 -08:00
Jack Michaud c8aba77a48 chore: pin aiohttp version 2023-01-02 21:11:14 -05:00
Jack Michaud 3dcfe7014e test: add test for unhandled api error 2023-01-02 21:06:00 -05:00
Jack Michaud f66ad30c53 fix: handle empty 204 response 2023-01-02 21:00:23 -05:00
Jack Michaud bc796b70ba test: finish test for handling oasst error 2023-01-02 20:59:59 -05:00
Jack Michaud ee06bfbd44 Merge branch 'jm/oasst-api-client-handle-error' of github.com:jack-michaud/Open-Assistant into jm/oasst-api-client-handle-error 2023-01-02 20:39:49 -05:00
Jack Michaud fbcb0a09e6 chore: move aiohttp client into oasst-shared 2023-01-02 20:38:10 -05:00
Jack Michaud 789593bab7 fix: contract test script should fail when pytest fails 2023-01-02 20:37:34 -05:00
croumegous e3603e8f7d minor: add documentation on discord env variable to set up and fix shell script to run discord bot 2023-01-03 01:42:37 +01:00
Sotirios Anagnostidis 675b0866b0 SFT training 2023-01-03 01:31:56 +01:00
Jack Michaud e09f879ae6 Merge branch 'main' of github.com:LAION-AI/Open-Assistant into jm/oasst-api-client-handle-error 2023-01-02 19:09:35 -05:00
Jack Michaud c2a5e08a32 (WIP) test: add test for handling OasstError 2023-01-02 19:07:01 -05:00
Jack Michaud fe21732f8d feat: handle OasstError in OasstApiClient 2023-01-02 19:06:30 -05:00
Jack Michaud 5bb9a397b4 feat: add OasstErrorResponse to protocols
Using a shared protocol to serialize the error in the backend
allows clients to use that same protocol to deserialize it.

Changes to this protocol will be caught in tests.
2023-01-02 19:01:29 -05:00
Keith Stevens a83eb7ffe1 Merge pull request #299 from croumegous/fix-204-response-invalid-json
fix(frontend): fix invalid json error when HTTP response is 204
2023-01-03 08:47:43 +09:00
Keith Stevens b810dfbe9f Merge pull request #294 from Klotske/fix-null-username
#276 - Fixed null username
2023-01-03 08:46:40 +09:00
croumegous 47ffd40d38 fix(frontend): fix invalid json error when HTTP response is 204 2023-01-03 00:44:07 +01:00
Keith Stevens 245a3de074 Merge pull request #264 from LAION-AI/messages_chakra
Use Chakra UI for Messages
2023-01-03 08:43:12 +09:00