Andrew Maguire and GitHub
029fde8ab8
newline
2023-01-06 23:18:51 +00:00
Andrew Maguire and GitHub
fe90ca3375
add andrewm4894 as /docs/ /.devcontainer/ codeowner
2023-01-06 23:15:07 +00:00
Keith Stevens and GitHub
e8f160c4b8
Merge pull request #447 from LAION-AI/jm/tests-for-javascript-oasst-api-client
...
tests + fix : #354 Add tests for OasstApiClient and fix handling of OasstError
2023-01-07 07:57:06 +09:00
Andrew Maguire and GitHub
d24c127950
Docs site poc ( #346 )
...
add docusaurus based docs site under /docs
2023-01-06 22:48:31 +00:00
Keith Stevens and GitHub
53a17ccce2
Merge pull request #446 from chs20/fix/message-flag-dark-mode
...
Fix message flagging in dark mode (#434 )
2023-01-07 07:46:57 +09:00
Yannic Kilcher and GitHub
6a64af9782
Merge pull request #418 from furlat/main
...
Create openbugger_example.ipynb
2023-01-06 22:38:48 +01:00
Andrew Maguire and GitHub
1d927b19cb
Merge pull request #445 from andrewm4894/multiple-devcontainers
...
add support for multiple devcontainers
2023-01-06 21:37:57 +00:00
8970195c39
Add /help and /tutorial commands and update bot activity ( #399 )
...
* add help command and update bot activity
* remove useless lines
* fix help message
* rename variable
* start tutorial command
* Update messages.py
Co-authored-by: Andreas Köpf <andreas.koepf@xamla.com >
2023-01-06 19:42:56 +01:00
Andrew Maguire and GitHub
2dc8dd51b5
Merge pull request #444 from andrewm4894/fix-links-on-badges
...
fix hrefs on readme badges
2023-01-06 17:59:25 +00:00
Oliver Stanley and GitHub
69bc799cd9
344: Create tasks for text labels ( #381 )
...
* Implement label task for initial prompts and replies
* Resolve formatting
* Include missing argument
* Modify text_labels API to match new model, update DB schema accordingly
* Send valid labels as part of label tasks
* Send correctly formatted valid_labels list
* Fix request format
* Fix request details for text-frontend reply label task
* Include message_id in tasks
* Address review comments
* Fix alembic tree
2023-01-06 18:39:04 +01:00
sanagnos and GitHub
05c4550569
Merge pull request #452 from LAION-AI/sft-rallio
...
Added deepspeed and dialogue dataset for code
2023-01-06 19:19:01 +02:00
theblackcat102
50e7472ae6
[fix] push fix by linter
2023-01-06 17:14:19 +00:00
theblackcat102
577b14a702
[fix] push fix by linter
2023-01-06 17:11:06 +00:00
theblackcat102
fc6eab9edc
[fix] new code complete answer and update readme for clarity
2023-01-06 17:05:47 +00:00
theblackcat102
8e30b419bf
[fix] new code complete answer
2023-01-06 16:54:46 +00:00
theblackcat102
b67181776a
[feature] add deepspeed, rallio dialogue dataset and codegen parameters
2023-01-06 16:47:58 +00:00
Jack Michaud
239c10c2dc
fix: export OasstError
2023-01-06 10:21:23 -05:00
Jack Michaud
6eca350826
Merge branch 'main' of github.com:LAION-AI/Open-Assistant into jm/tests-for-javascript-oasst-api-client
2023-01-06 10:17:47 -05:00
Jack Michaud
a9a3fc4e4a
fix: handle OasstError correctly in OasstApiClient
2023-01-06 10:15:07 -05:00
Jack Michaud
083e8a869b
test: add unittest tests for edge cases in OasstApiClient
...
Fixes #354
2023-01-06 10:14:37 -05:00
Yannic Kilcher
6c115bced9
reverted merge of 413
2023-01-06 16:12:52 +01:00
chs20
667d51df55
Fix message flagging in dark mode ( #434 )
2023-01-06 15:31:11 +01:00
Andrew Maguire
c0b2676d79
fix pre-commit
2023-01-06 14:02:19 +00:00
Yannic Kilcher and GitHub
f2db4220bb
Merge pull request #413 from batuhanerenler/patch-3
...
Update env.py
2023-01-06 14:59:09 +01:00
Batuhan Erenler and GitHub
5564db242e
Merge pull request #1 from lalalune/patch-3
...
lint env
2023-01-06 16:57:33 +03:00
Andrew Maguire and GitHub
b4cbbe13b0
add frontend devcontainer
2023-01-06 13:56:45 +00:00
Andrew Maguire and GitHub
cbd99e1ec8
try subfolder
2023-01-06 13:41:46 +00:00
Andrew Maguire and GitHub
21986694c9
try multiple folders
2023-01-06 13:16:46 +00:00
Keith Stevens and GitHub
d182f6f093
Merge pull request #441 from LAION-AI/236-admin-role
...
Creating a role field for Users #236
2023-01-06 21:21:28 +09:00
Andrew Maguire
a321c53ac6
fix hrefs on readme badges
...
my bad
2023-01-06 11:55:59 +00:00
Andrew Maguire and GitHub
ffe1d6dc9a
Merge pull request #442 from andrewm4894/add-some-readme-badges
...
add some badges to readme
2023-01-06 11:51:32 +00:00
Andrew Maguire
3075bef073
fix pre-commit
2023-01-06 11:49:54 +00:00
Andrew Maguire and GitHub
175bb7412f
add some badges to readme
2023-01-06 11:38:05 +00:00
Keith Stevens and GitHub
8a5b7ed80c
Merge pull request #421 from Klotske/add-oasst_api-interaction
...
#353 - Add OasstApiClient interaction with task
2023-01-06 20:22:56 +09:00
Keith Stevens
7e517db934
Fixing the type errors when updating the jwt and session with a role
2023-01-06 20:19:02 +09:00
Keith Stevens
498daef9d3
Creating a role field for Users and seeding it everytime a user logs in based on a shortlist
2023-01-06 20:01:02 +09:00
klotske
3c330dcd13
Added the oasstApiClient global var and init
2023-01-06 13:44:46 +03:00
Yannic Kilcher and GitHub
42deae20f2
Merge pull request #290 from ChristopherKing42/ChristopherKing42-Warnings
...
Assistant should be cautious but still helpful when providing high stakes advice
2023-01-06 07:20:43 +01:00
Yannic Kilcher and GitHub
80e1014ff7
Merge pull request #424 from Vechtomov/npm-ci
...
Replace npm install with npm ci
2023-01-06 07:06:10 +01:00
shawticus
1309b5b339
lint env
2023-01-05 17:17:59 -08:00
Batuhan Erenler and GitHub
104aad87d9
Update env.py
2023-01-06 03:19:10 +03:00
Batuhan Erenler and GitHub
c86e486c4d
Update env.py
2023-01-06 03:12:55 +03:00
Batuhan Erenler and GitHub
cc82db81f2
Update env.py
2023-01-06 03:02:34 +03:00
Batuhan Erenler and GitHub
8282015281
Update env.py
2023-01-06 02:22:11 +03:00
Andrew Maguire and GitHub
95158ff16d
Merge pull request #423 from andrewm4894/submit-button-dynamic-color
...
make submit button blue for submit and green for next task
2023-01-05 23:21:02 +00:00
Keith Stevens and GitHub
ea83c830ed
Merge pull request #345 from stephancill/main
...
Add warning when submitting unchanged ranking
2023-01-06 08:14:44 +09:00
Batuhan Erenler and GitHub
3899249ea8
Update env.py
2023-01-06 02:11:27 +03:00
Batuhan Erenler and GitHub
d405f196fc
Update env.py
2023-01-06 02:09:30 +03:00
Batuhan Erenler and GitHub
ce343a5aea
Update env.py
2023-01-06 02:06:38 +03:00
Christopher King
78a79e10c9
Fixed formatting and captilization
2023-01-05 22:38:22 +00:00