Andreas Köpf
cbc3eba37d
add env for mods
2023-02-10 09:11:15 +01:00
Andreas Köpf
dfeb969884
move shm_size setting to playbook
2023-02-10 08:27:32 +01:00
Andreas Köpf
164617c445
increase shared-mem setting of backend postgres container to 512mb
2023-02-10 07:49:17 +01:00
Keith Stevens
ebd05e8d32
Fixing basque language name hydration issues on Google Chrome ( #1415 )
2023-02-10 07:47:43 +01:00
notmd
aaa1276bae
Admin user management ( #1393 )
...
part of #1022
Allow updating the show_on_leaderboard field.
Add raw JSON of the user object.
Add a new user message table.
Also fixed style issue: hard to see reaction count when the user also reacted.
Rename MessageTable to MessageConversation.
2023-02-10 15:16:26 +09:00
Julen Etxaniz
4ab5f58c88
add Basque language support ( #1186 )
...
Add Basque (eu) language support
2023-02-10 13:20:44 +09:00
OpenEvil___
8c94eed0a8
Full Russian Translation [Updated] ( #1361 )
...
Updated locales (synced and translated them after last update). (Not sure if I get "Good rankings", so left original next to translated, might fix it later)
2023-02-10 13:10:13 +09:00
Aditya Purwa
7be84cccc5
feat: add Bahasa Indonesia ( #1337 )
...
Adding Bahasa Indonesia (id-ID) language localization
2023-02-10 13:09:54 +09:00
GuilleHoardings
c44ccd0dd4
Update Spanish translation ( #1407 )
2023-02-09 23:49:49 +01:00
Yannic Kilcher
12f1ecfd4f
Merge branch 'main' of github.com:LAION-AI/Open-Assistant
2023-02-09 23:46:49 +01:00
Yannic Kilcher
4076afd0d8
added token buffer for catchiing stop sequences
2023-02-09 23:46:44 +01:00
lytjedk
c24f3c742e
Danish #1399 ( #1408 )
...
* Create dashboard.json
* Create index.json
* Create labelling.json
* Create message.json
* Create common.json
* Create tos
* Create leaderboard.json
* Create tasks.json
* Update next-i18next.config.js
* Update common.json
2023-02-09 23:32:34 +01:00
Ecron
082bf40162
Fixed some typos in the Catalan translation ( #1403 )
...
Fixed some typos in the Catalan translation.
2023-02-09 22:19:35 +01:00
Soroush Trb
8e323cf87d
added persian language. ( #1390 )
...
* added persian language
* fix persian language
* alphabetic
2023-02-09 22:18:52 +01:00
Muhammad AL-Qurishi
6c880117f0
Fix Arabic Translation ( #1385 )
...
* Update file layout, merge side menu into common
* pre-commit checks
2023-02-09 22:15:06 +01:00
Andreas Köpf
cbf52a7630
add notmd to website code owners
2023-02-09 20:56:43 +01:00
CactiStaccingCrane
898ce20216
Update Vietnamese translation ( #1389 )
...
* Update Vietnamese translation
* Update common.json
2023-02-09 17:17:34 +01:00
Andreas Köpf
eb340e0d9a
removed a ':' for copy message link
2023-02-09 14:52:02 +00:00
Andreas Köpf
4784cf02eb
add cp of export.py to backend dockerfile
2023-02-09 15:34:46 +01:00
Yannic Kilcher
aa9b2b2325
Merge branch 'main' of github.com:LAION-AI/Open-Assistant
2023-02-09 15:31:53 +01:00
Yannic Kilcher
ed7d920e5d
robustifying inference
2023-02-09 15:31:46 +01:00
Andreas Köpf
1fd713bba3
fix lang filtering
2023-02-09 13:15:53 +01:00
CactiStaccingCrane
f3debae3ca
Fix Vietnamese translation ( #1384 )
2023-02-09 12:44:31 +01:00
lytjedk
e8f1bd0737
Create dashboard.json ( #1381 )
2023-02-09 19:54:26 +09:00
Mehdi Zibout
0187d4c17a
Fix avatar not displaying correctly in the navbar ( #1383 )
2023-02-09 19:31:43 +09:00
notmd
c8f567e930
fix message reaction count visibility ( #1382 )
...
close #1367
* Only show when the user is author, admin or has reacted to the message for all pages.
* Add disabled state when user is author
2023-02-09 19:31:04 +09:00
Keith Stevens
7b16ee9a75
When loading recent messages, filter by the user's stored language. ( #1292 )
...
A simple short term fix. Applies to #962 . To fully fix a small backend change is needed.
2023-02-09 19:29:11 +09:00
sanagnos
3f30e1f3ce
Merge pull request #1368 from maw501/sft-data-sampling
...
SFT data sampling
2023-02-09 09:22:13 +01:00
notmd
ef548edb72
Trollboard expandable ( #1354 )
...
* wip
* hide necessary column in trollboard
* remove console.log
* fix build
* clean up
* remove commented code
2023-02-09 09:20:27 +01:00
Yannic Kilcher
7c4ff73241
corrected random seed for torch
2023-02-09 09:20:00 +01:00
sanagnos
4ba622de8e
Merge branch 'main' into sft-data-sampling
2023-02-09 09:19:17 +01:00
Yannic Kilcher
c53d8e9bce
changed return type of GET chat
2023-02-09 08:52:45 +01:00
Yannic Kilcher
998be19f2f
Merge branch 'main' of github.com:LAION-AI/Open-Assistant
2023-02-09 08:49:06 +01:00
Yannic Kilcher
a85cc0a47d
endpoint to list chats
2023-02-09 08:49:01 +01:00
chronikum
aded93a1e7
Translating all german keys not yet translated to german ( #1360 )
...
I translated not yet translated keys and fixed one case where we used informal speech, because everywhere else formal speech is being used.
closes #1230
2023-02-09 11:49:08 +09:00
Richard Macarthy
cc3891ed12
Fix hydration issues side menu, move side_menu.json to common.json ( #1327 )
...
Fixes #1326
This PR moves all json in side_menu.json to common.json. We have an issue with the side menu layout as it's a high level component and this causes hydration issues with SSR when global namespaces are not passed by default.
2023-02-09 11:45:03 +09:00
Yannic Kilcher
27671e3220
HF inference fixes
2023-02-09 00:27:51 +01:00
Yannic Kilcher
4f821f0f8b
switched to HF text-generation-inference
2023-02-09 00:11:05 +01:00
Malik M Alnakhaleh
d9b1c46c5f
Update CONTRIBUTING.md ( #1232 )
...
* Update CONTRIBUTING.md
Removing the word of from the hyperlink text that goes to the issues tab. It doesn't need to be there.
2023-02-08 23:56:56 +01:00
Yannic Kilcher
de0c8ef8f9
Merge branch 'main' of github.com:LAION-AI/Open-Assistant
2023-02-08 23:52:44 +01:00
Yannic Kilcher
bab056a73b
switched to HF text-generation-inference
2023-02-08 23:52:39 +01:00
GuilleHoardings
c9351c6a31
Reorganize the FAQ and update it ( #1374 )
...
Sections have been added. New questions from the website or the
Discord FAQ have also been added. Information about new features has
been updated.
2023-02-08 22:30:21 +00:00
Andreas Köpf
af6885d416
add spam-only export option
2023-02-08 22:23:42 +01:00
Mark Worrall
9faae250ce
minor tidy-up
2023-02-08 20:57:13 +00:00
Mark Worrall
283df8ec84
Get working on multi-gpu
2023-02-08 20:49:25 +00:00
Andreas Köpf
8bad8c32cd
add porperties to message response model (deleted, synthetic, ...)
2023-02-08 20:24:06 +01:00
Andreas Köpf
a272ec26c5
exclude banned users from leaderboard
2023-02-08 20:13:49 +01:00
Keith Stevens
07b58d4021
Switching username generator library to be less explicit ( #1351 )
2023-02-08 18:32:25 +01:00
chronikum
d35220c702
Remove the automatic refreshing interval when in message tree ( #1353 )
...
Co-authored-by: Jonathan Fritz <fritz@nosc.io >
2023-02-08 18:31:11 +01:00
Jacopo Zacchigna
c66c0249ed
fixing typo in italian translation ( #1356 )
...
* fixing typo in italian translation
* changing double negation
2023-02-08 18:28:17 +01:00