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
trafficstars

Closes #86 Considered Playwright which looked great as well. Read more about the pros and cons in the issue. Examples tests are included and described in the `./cypress/README.md` file. I...

Created a detoxify evaluation notebook and a readme file containing a summary

We want to export the human-feedback ranking results for training of the reward model. Our database contains message-trees, e.g. see our [high level data structure overview](https://docs.google.com/presentation/d/1iaX_nxasVWlvPiSNs0cllR9L_1neZq0RJxd6MFEalUY/edit?usp=sharing) document. We have ranking...

backend
ml
data

In the DB we are dealing with message trees. We need REST endpoints to query single messages, conversations & message-trees. `post_id` here means PK of `post` table in db. The...

backend

This should make the project easier to find through github search and such. ![Screenshot 2022-12-30 094527](https://user-images.githubusercontent.com/24505302/210051683-961f7f8e-b1be-4141-bc3e-e112d83ef2f6.jpg)

Ranking tasks #33 #34 implemented in #127 and #154 use simple up / down buttons for ranking the items. Use Drag and drop with https://dndkit.com/ to create a more interactive...

website
good first issue
UI/UX

Many people are collecting data, for example scraping websites, etc. We need a framework (guidelines, how-to's, documented processes, etc.) on how that data does not get lost and gets made...

data

Closes #158 Much more user friendly, much less code.

website
UI/UX

The website writes a copy of a fetched task to a local database and associates it with the user id fetching the task. It seems that when using debug credentials,...

bug
website