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

If the user types `arbitryString` without the @ character, next throws a TypeError. If `email@` with nothing after the @ character, next throws a 501 Error: Bad recipient address syntax....

bug
website

Would it be interesting to add https://galactica.org/explore/ to the chat engine ?

ml
needs discussion

For an assistant-reply task the discord-bot sends a message starting with: ![grafik](https://user-images.githubusercontent.com/9976399/210413859-ba3af9f1-4c96-4bc7-a5dd-987a83d74c44.png) The task for the user is to "play the assistant", i.e. demonstrate how the assistant should ideally reply...

bug
discord-bot

This change resolves issue [#229](https://github.com/LAION-AI/Open-Assistant/issues/229): Design an informative /about on the website

website

# Langchain Langchain created an OS project for composing and connecting large language model and webtools primarily through the use of chaining prompt templates to obtain some desired behavior. Some...

ml
needs discussion

Currently, if `DEBUG_USE_SEED_DATA=True`, the backend fills the database with seed data on startup. This is meant for debugging. Now, as we get more into debugging higher-level features, we need more...

backend

Github discussions is actually pretty good. https://docs.github.com/en/discussions Needs to be enabled at repo level. It might lower barrier to people who might be a bit scared or afraid to open...

needs discussion

So the idea of this change is that the assistant should do its best to advise and warn the user of danger; especially danger that the user might be unaware...

documentation
needs discussion

This is related to issue #105 - Added `Development setup for discord` section in the documentation - Updated `UserMenu.tsx` to use discord credentials when available - Updated the `next.config.js` file...

website

This PR adds a small guide on how to upload datasets to the OpenAssistant org on the Hugging Face Hub. To simplify the process, I've created a Space ([link](https://huggingface.co/spaces/OpenAssistant/dataset-generator)) that...

data