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 1553 Open-Assistant issues
Sort by recently updated
recently updated
newest added

When you make multiple results and look at the first one anything after you did not show till you go to the latest one.

website
inference

… and updated __init__.py. This solves https://github.com/LAION-AI/Open-Assistant/issues/297

data

Changed many places that use: used_plugin to used_plugins PluginUsed to PluginsUsed - [ ] Make frontend work with multiple - [ ] Make DB update correctly

inference

The primary contributions of this PR are: - Introduce `PromptedLLM` class to manage the repeated process of preparing prompt with memory and template, calling LLM, and postprocessing output - Separating...

inference

NextJS warn this > Your project has `@next/font` installed as a dependency, please use the built-in `next/font` instead. The `@next/font` package will be removed in Next.js 14. You can migrate...

website
good first issue

This is a mostly done (although not totally complete) PR with a technical overview of the inference architecture. I'm looking forward to high level feedback (general layout, flow of documentation)...

documentation

Multilingual Tatoeba Q&A Translation Dataset ============================================ 120K entries This dataset contains a list of instructions to translate or paraphrase in multiple languages. It is available in Parquet format and includes...

Multilingual Tatoeba Q&A Translation Dataset ============================================ 120K entries This dataset contains a list of instructions to translate or paraphrase in multiple languages. It is available in Parquet format and includes...

Hi all, thanks for this awesome project. I'm currently reproducing the model training but struggling with the data part. According to the [config.yaml](https://github.com/LAION-AI/Open-Assistant/blob/main/model/model_training/configs/config.yaml) the main data is stored in `2023-03-27_oasst_research_ready_synth.jsonl.gz`....