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.
- [x] `/help` - [ ] `/tutorial`
command I ran : `docker-compose up` Error I got : ``` ERROR: The Compose file is invalid because: Service backend has neither an image nor a build context specified. At...
With the new Dashboard layout on the web, it's very difficult to find the privacy policy or terms of service. I think one minimal fix is to add the `Footer`...
This issue is to explore the possibility and necessity of building QA dataset based on WikiHow ## Existing dataset built on WikiHow: Summarisation: https://arxiv.org/pdf/1810.09305.pdf Commonsense: https://arxiv.org/abs/1905.07830 Subset of QA: https://huggingface.co/datasets?search=wikihow...
similar to #330 Applications like codewars & leetcode give you prompts with a use case, sample data & expected results, they have this for many languages, you can also see...
Closes #322 Factor out fixed seed data by adding DEBUG_USE_SEED_DATA_PATH in config to control seed data to use
its not obvious that something actually happens when i press submit. and its confusing then to have to press the same button again then to get "next task" i did...
We need to define "admin" endpoints. Admins are defined as a fixed list, provided to the website (remember that each user is identified as a tuple (user_id, auth_method). So the...
Might it be useful for users to be able to share tasks with each other and/or admins?
Build an interface to communicate with the Assistant, once we have trained it. This should be a chat interface similar to chatgpt, with the ability to collect some extra user...