Commit Graph

584 Commits

Author SHA1 Message Date
Adrian Cowan 32e212b5a5 website: Add e2e tests of creating an assistant/prompter reply
These are intended to function as a minimal smoke test that the API interaction with the backend is functional.
2023-01-02 21:13:10 +11:00
Adrian Cowan 0df6d7fd31 website: more e2e tests for signin
Fixed issue where existing sign in test fails due to the existence of dev test login.

Added reusable cy.signInWithEmail() to login before testing rest of UI.
2023-01-02 21:13:10 +11:00
Yannic Kilcher a196af7ca8 Merge pull request #249 from bitplane/docker-compose-context
Add context to compose file so it runs in older "docker-compose"
2023-01-02 11:06:02 +01:00
Yannic Kilcher 695677238a Merge pull request #247 from bitplane/pre-commit-changes-doc
Add warning + advice to .pre-commit-config.yaml
2023-01-02 10:59:15 +01:00
Keith Stevens 2d98259280 Merge pull request #189 from BitterKanegul/42-implement-text-labels-web-frontend
#42 Adding popover to flag text with labels
2023-01-02 14:25:11 +09:00
BitterKanegul 74396f79ba Add precommit fixes 2023-01-02 10:26:03 +05:30
BitterKanegul 725dededbd Add npm build fixes for types 2023-01-02 10:17:13 +05:30
BitterKanegul d36f2e4ec5 Change submitResponse function 2023-01-02 10:01:26 +05:30
BitterKanegul 3da5d11883 Add ESLint fixes 2023-01-02 09:52:24 +05:30
BitterKanegul e81c3cd3bb Incorporate review comments 2023-01-02 09:11:57 +05:30
BitterKanegul 260177ed1c Fix float 2023-01-02 09:11:57 +05:30
BitterKanegul fa5fc377ec Run prettier 2023-01-02 09:11:57 +05:30
BitterKanegul dfcbbee444 Adding popover to flag text with labels 2023-01-02 09:11:57 +05:30
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
Yannic Kilcher 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 Kilcher 22863ba954 Merge pull request #234 from agoryuno/main
Text formatting and for-loops in EssayInstructions.ipynb
2023-01-01 22:09:08 +01: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 Kilcher 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 Ray 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 Goryunov 50e72c146f Merge branch 'LAION-AI:main' into main 2023-01-01 20:33:16 +02:00
Yannic Kilcher 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 Michaud 29b08875d4 refactor: move print_openapi_schema into main 2023-01-01 18:58:01 +01:00
Jack Michaud ea40a22049 fix: nack and ack should return empty responses 2023-01-01 18:58:01 +01:00
Jack Michaud 604ad2f8e7 style: run pre-commit hooks 2023-01-01 18:58:01 +01:00
Jack Michaud 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 Michaud 898113ef8d fix: correct typing for OasstApiClient 2023-01-01 18:58:01 +01:00
Jack Michaud 5870148f0a test: add complete tests for oasst_api_client 2023-01-01 18:58:01 +01:00
Jack Michaud b85d4feb58 chore: ignore generated openapi schema 2023-01-01 18:58:01 +01:00
Jack Michaud 953d243a6f chore: start-mock-server waits for health 2023-01-01 18:58:01 +01:00
Jack Michaud 904f442f5a fix: indicate that user is optional 2023-01-01 18:58:01 +01:00
Jack Michaud 036c4b6c6c test: add contract test for discord bot 2023-01-01 18:58:01 +01:00
Jack Michaud 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 Michaud b5ebab8839 chore: add print_openapi_schema and start-mock-server.sh script 2023-01-01 18:58:01 +01:00
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
Alexander Goryunov 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
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
theblackcat102 8f0028bc44 [fix] Fix provider 2023-01-01 13:28:48 +00:00
theblackcat102 28e0b4f770 [fix] Revert deleted vscode 2023-01-01 12:03:34 +00:00
theblackcat102 a388d1c54d Merge branch 'fix' 2023-01-01 11:57:48 +00:00
theblackcat102 4d01704618 [fix] rerun pre-commit 2023-01-01 11:56:54 +00:00