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.
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....
Would it be interesting to add https://galactica.org/explore/ to the chat engine ?
For an assistant-reply task the discord-bot sends a message starting with:  The task for the user is to "play the assistant", i.e. demonstrate how the assistant should ideally reply...
This change resolves issue [#229](https://github.com/LAION-AI/Open-Assistant/issues/229): Design an informative /about on the 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...
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...
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...
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...
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...
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...