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.
With the latest planning iteration (see YK's [presentation](https://docs.google.com/presentation/d/1iaX_nxasVWlvPiSNs0cllR9L_1neZq0RJxd6MFEalUY/edit#slide=id.p)) some object-names were changed. To reduce confusion the naming should be updated throughout the system (it is early enough to do this...
Add a string(2) `lang` field to the `post` model class to specify the language of a given post. This is necessary to query posts in a given language (e.g. which...
These changes enable to use `npm run storybook` to start **storybook** as mentioned in #102. There is an example story for the header. Maybe should be moved to the components...
This PR introduces the exception class `OasstError` that can always be used to signal a backend error to the API client with message and open-assistant error_code. It should not be...
Tasks are now sampled randomly from user-uploaded data. - Queries to fetch random post threads and conversations - Moved "frontend task message" id to WorkPackage - Added references for thread_id,...
Hello, I played with the end to end demo and saw a bug in the `/grading/grade-output` page. If I submit a rating twice the second time I submit it I...
Hello, I am submitting this pull request to improve the code structure of the discord-bot. To do this, I refactored the main instance from Client to Bot, which inherits from...
Please create a synthetic QA dialog-dataset with the procedure that you proposed. We want to present them for ranking in two ways: 1.) ranking different user-questions (initial prompts) 2.) ranking...
It could be good to include some base suggested reading for tasks for people who aren't familiar with the frameworks being used. Perhaps when a task is created a link...