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 1560 Open-Assistant issues
Sort by recently updated
recently updated
newest added

Closes #584 This creates a new api route `/api/valid_labels` that returns the list of valid labels that can apply to any message. `FlaggableElement` is updated to dynamically fetch labels from...

website

When a user accesses any `create` task, they have the ability to submit an empty string. This violates a requirement from the backend. We should disable to submit button until...

bug
website

`FlaggableElement` now wraps any message. These messages get used throughout the frontend in both tasks and when displaying messages or conversations. To make things work I've piped an array of...

website

We are creating the text embedding as well as we are storing it in the database. Would be nice to also have an endpoint for accessing those values if needed.

backend

Adding bitsandbytes dependency to requirements.txt. Using the currently unused quantization option in the config file to set whether to use the BNB 8-bit optimizer. Details on using the 8-bit optimizer...

ml

With this update, I am aiming for generalizing our training framework. I need feedback and review on the structure that I propose. Accordingly, I will make the codebase fully functional...

ml

Adding in documentation Frequently Asked Questions

documentation

Do we have anything in place for building swagger or openapi type docs automatically and having them hosted somewhere?

backend
documentation

Blocked by #575

website
UI/UX