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

The backends were exiting due to missing `requests` ![image](https://github.com/LAION-AI/Open-Assistant/assets/4523694/4a5b0057-c8b5-4cc4-982c-5b699cfa4910)

inference

close https://github.com/LAION-AI/Open-Assistant/issues/1689 ![image](https://github.com/LAION-AI/Open-Assistant/assets/33456881/75a5cd63-e048-4659-9c8e-0f4efe948441) ![image](https://github.com/LAION-AI/Open-Assistant/assets/33456881/7d4f033e-67b4-4a4c-8006-d567680ce8d6)

website

Will support plugins for which `ai-plugin.json` contains: ``` "auth": { "type": "oauth" }, ``` - [ ] Plugin has client ID and secret, securely store encrypted version of client secret,...

inference

This will support plugins for which `ai-plugin.json` has `auth.type` of `"service_http"`. Plugin code will have a service access token. - [ ] Securely store an encrypted service access token -...

inference

Added more documents and papers n the retrieval direction.

I believe that such data can help the model become more meaningful; at the moment, when tested, for example, on semantic tests (evaluate which words from the list are synonyms),...

data

SFT-8 training is using SFT-8 training is using [a slightly less cleaned version](https://huggingface.co/datasets/ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered) Beyond SFT-8 we should replace with the newer, [more cleaned version](https://huggingface.co/datasets/ehartford/wizard_vicuna_70k_unfiltered) I think this is just a...

ml
data

I have the funny feeling that Open AI uses the OASST Dataset now, since I am observing way more Markdown-Like elements and Oasst-Like behavior in the recent answers - also...