Open-Assistant icon indicating copy to clipboard operation
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.

Results 1557 Open-Assistant issues
Sort by recently updated
recently updated
newest added

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...

website

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,...

backend

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/)

website

This is a basic structure for the discord bot. None of the features have been implemented yet.

discord-bot

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.

backend

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...

backend

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...

research
ml

Dark Mode Implementation Details Here: #90

website
UI/UX

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...

backend