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

open-assistant-web-1 | TypeError: Cannot read properties of undefined (reading 'status') open-assistant-web-1 | at OasstInferenceClient.create_chat (/app/.next/server/chunks/126.js:51:94) open-assistant-web-1 | at processTicksAndRejections (node:internal/process/task_queues:96:5) open-assistant-web-1 | at async /app/.next/server/pages/api/chat.js:86:16 open-assistant-web-1 | at async Object.apiResolver...

# High Level OA Retrieval System - Goal of this system - Options available - Design or Workflow for First Version - Other Design thoughts - Open Questions - Timeline...

research
needs discussion
meeting

https://github.com/LAION-AI/Open-Assistant/blob/ded5acaae3cf4d38c93372fa7f7ca822dd781a1f/inference/worker/utils.py#L89-L91

inference

### Problem Statement: Currently, we are experiencing an influx of new users who are eager to contribute to our dataset collection. While these users have good intentions, we often receive...

feature
backend
website

- add inference api docs to docs site. - add instructions for manually updating them. - add title to inference server fast api app so it shows up properly in...

For issue #2845 This is what the message looks like: ![image](https://user-images.githubusercontent.com/98849921/236599235-d10014a7-eb11-4913-bc08-97d7b264481a.png)

Follow up for #3005 and #3026 Translated 56 Strings in labelling.json These strings are still untranslated, I plan to translate them in one last future PR: * leaderboard.json (21) *...

Close #3051. This turned out to be an easy fix. **If the frontend currently reads the parameter as `type` it will need to be adjusted to `report_type`** (cc @AbdBarho, just...

Reported by @AbdBarho, when frontend tries to read Reports Pydantic throws a validation error on the backend.

inference

The script should accept an option locales params, example signature in TS ```ts type Params = { locales?: string[] } ```

website
good first issue
i18n