Commit Graph
1718 Commits
Author SHA1 Message Date
Alex Ott 8e831f897f fix invite link 2023-01-01 17:06:54 -08:00
Alex Ott c2a0a34f82 merge main 2023-01-01 17:05:23 -08:00
Alex Ott 1d97bbc6c9 Merge remote-tracking branch 'upstream/main' 2023-01-01 17:01:50 -08:00
Desmond Grealy 6299f3673e Add an icon-based toggle. Fix alignment of items in header. Keeping unused 'ColorModeSwitch' component for now. 2023-01-01 17:01:47 -08:00
Alex Ott 8d9f3c80af update readme with a better getting started guide 2023-01-01 17:00:24 -08:00
kiritowu 5daadd6977 Add TOO_MANY_REQUEST to OasstErrorCode 2023-01-02 08:09:35 +08:00
kiritowu 144a5bc424 Initialise redis connection for Fastapi limiter 2023-01-02 08:04:59 +08:00
kiritowu 4e9a3ee292 Add fastapi-limiter to requirements.txt 2023-01-02 08:02:35 +08:00
Gareth Davidson 7000e10bc0 apply pre-commit rules 2023-01-02 00:01:45 +00:00
Desmond Grealy 862a0ac3fd border-bottom should be configurable and off for transparent 2023-01-01 15:57:19 -08:00
Gareth Davidson 6ad8310332 Remove encoding pragma, unnecessary in Python 3
Python 2 is dead so dunno why --remove is not the default
2023-01-01 23:57:15 +00:00
Andrew MaguireandGitHub 30fe045de9 add newline 2023-01-01 23:52:22 +00:00
Andrew Maguire 0009f5b5d8 use frontend-dev in devcontainer 2023-01-01 23:30:48 +00:00
Andrew Maguire 1b081b5641 add context to docker compose and service 2023-01-01 23:28:24 +00:00
Gareth Davidson 1a370ae320 remove workaround instructions from README.md 2023-01-01 23:03:33 +00:00
Gareth Davidson 0b1059f53e fix compose file so it runs in both "docker-compose" and "docker compose" 2023-01-01 23:03:07 +00:00
Gareth Davidson 4f9834b5a6 add warning to .pre-commit-config.yaml
As per discussion on #212
2023-01-01 22:49:23 +00:00
Andrew Maguire c4b61bf84c apt-get 2023-01-01 22:24:45 +00:00
Andrew Maguire 229e7c7b0c try install docker-compose-plugin 2023-01-01 22:23:38 +00:00
Andrew Maguire 13e5061b95 .yaml instead of .yml 2023-01-01 21:18:58 +00:00
Andrew Maguire 466a9ba173 try proper relative path 2023-01-01 21:13:32 +00:00
Yannic KilcherandGitHub 4841550cd4 Merge pull request #212 from bitplane/prettier-markdown
Format markdown with prettier --prose-wrap=always
2023-01-01 22:11:11 +01:00
Yannic KilcherandGitHub 22863ba954 Merge pull request #234 from agoryuno/main
Text formatting and for-loops in EssayInstructions.ipynb
2023-01-01 22:09:08 +01:00
Andrew MaguireandGitHub 6e5dfa0665 add minimal devcontainer.json 2023-01-01 21:07:33 +00:00
Gareth Davidson c3c7a1701a run prettier with new params 2023-01-01 20:57:35 +00:00
Gareth Davidson 4c7b8cfd35 Use --prose-wrap=always to format markdown files 2023-01-01 20:55:17 +00:00
Yannic KilcherandGitHub 6b95ad6153 Merge pull request #244 from jack-michaud/jm/contract-tests-in-ci
ci: add Test API Contract workflow
2023-01-01 21:53:07 +01:00
Bill RayandGitHub 4a754cd63d Search Based QA Research Report (#213)
* search based qa report
2023-01-01 21:08:53 +01:00
Alexander Goryunov e871de693c A typo in import 2023-01-01 21:52:38 +02:00
Alexander GoryunovandGitHub 50e72c146f Merge branch 'LAION-AI:main' into main 2023-01-01 20:33:16 +02:00
Yannic KilcherandGitHub 29c6491d48 Merge pull request #222 from theblackcat102/main
add training code for reward model
2023-01-01 19:20:26 +01:00
Jack Michaud 5de4ea9ebc ci: install backend dependencies for generating openapi 2023-01-01 13:08:25 -05:00
Jack Michaud 857eaf26b1 ci: add Test API Contract workflow 2023-01-01 13:06:18 -05:00
Jack MichaudandAndreas Köpf 29b08875d4 refactor: move print_openapi_schema into main 2023-01-01 18:58:01 +01:00
Jack MichaudandAndreas Köpf ea40a22049 fix: nack and ack should return empty responses 2023-01-01 18:58:01 +01:00
Jack MichaudandAndreas Köpf 604ad2f8e7 style: run pre-commit hooks 2023-01-01 18:58:01 +01:00
Jack MichaudandAndreas Köpf 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 MichaudandAndreas Köpf 898113ef8d fix: correct typing for OasstApiClient 2023-01-01 18:58:01 +01:00
Jack MichaudandAndreas Köpf 5870148f0a test: add complete tests for oasst_api_client 2023-01-01 18:58:01 +01:00
Jack MichaudandAndreas Köpf b85d4feb58 chore: ignore generated openapi schema 2023-01-01 18:58:01 +01:00
Jack MichaudandAndreas Köpf 953d243a6f chore: start-mock-server waits for health 2023-01-01 18:58:01 +01:00
Jack MichaudandAndreas Köpf 904f442f5a fix: indicate that user is optional 2023-01-01 18:58:01 +01:00
Jack MichaudandAndreas Köpf 036c4b6c6c test: add contract test for discord bot 2023-01-01 18:58:01 +01:00
Jack MichaudandAndreas Köpf 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 MichaudandAndreas Köpf b5ebab8839 chore: add print_openapi_schema and start-mock-server.sh script 2023-01-01 18:58:01 +01:00
onegunsamuraiandGitHub 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 KilcherandGitHub 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 KilcherandGitHub 87f978000b Merge pull request #217 from mrcabbage972/main
Adding a file for listing relevant research papers
2023-01-01 17:47:39 +01:00
Alexander GoryunovandGitHub 5963344498 Merge branch 'LAION-AI:main' into main 2023-01-01 18:27:10 +02:00
Yannic Kilcher cbf57456f2 Merge branch 'main' of github.com:LAION-AI/Open-Chat-GPT 2023-01-01 17:17:09 +01:00