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.
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...
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...
`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...
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.
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...
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...
Do we have anything in place for building swagger or openapi type docs automatically and having them hosted somewhere?