Open-Assistant
Open-Assistant copied to clipboard
OpenAssistant is a chat-based assistant that understands tasks, can interact with third-party systems, and retrieve information dynamically to do so.
Continuation of #125 Closes #121 Update eslint config & fix all linting errors We warn instead of error for sort imports, since we can't just `eslint --fix`. There are some...
One way to make this code more efficient would be to only run the alembic upgrade on startup if the database is not already up to date. To do this,...
Closes #121 New eslintrc.json which should include [this](https://eslint.org/docs/latest/rules/sort-imports#options) and also [those](https://typescript-eslint.io/getting-started/)
This is a basic structure for the discord bot. None of the features have been implemented yet.
This is a draft PR for the issue `Rename database objects/models" https://github.com/LAION-AI/Open-Assistant/issues/124 Alembic database has not yet been made.
Add REST API endpoints to view & edit users and to resolve internal user-ids. Untrusted (normal) api_clients must only resolve, view and edit users that were registered by themselves. Trusted...
Following the discussion of issue https://github.com/LAION-AI/Open-Assistant/issues/124 here is the branch to update the names.
Take a closer look at [sandbox-grounded-qa](https://github.com/cohere-ai/sandbox-grounded-qa) and analyze how they do the contextualization with Google search. Describe the requirements to use such a technique for queries against our LM. Write...
Add a throttling system to the backend REST endpoints that tracks and limits the interaction frequency of users/api-clients. This will help us to prevent or slow down users/automated systems form...