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

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

backend

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

backend

My take on the simplicity of experiencing the project

documentation

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

website

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

backend

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

backend

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

bug
backend

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

discord-bot

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

research
data

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

documentation