Open-Assistant icon indicating copy to clipboard operation
Open-Assistant copied to clipboard

API to ease our lives

Open Shahin-rmz opened this issue 2 years ago • 3 comments

Hi, I was wondering, why we don't have open sourced ChatGPT.

I recently work alot with chatgpt, and can give good amount of answers from there to open Assistant. Just need an API where easily submit the prompts and answers!.

Shahin-rmz avatar Feb 04 '23 17:02 Shahin-rmz

We don't want to use ChatGPT answers as training data for Open Assistant, as it violates OpenAI's TOS

olliestanley avatar Feb 04 '23 22:02 olliestanley

ChatGPT aside, to integrate OpenAssistant with other systems, it would be very useful with an API to submit and retrieve responses.

If I understand this issue correctly,such an API is currently not available?

There seems to be a REPL here, which submits and retrieves answers over REST.

Realiserad avatar Feb 06 '23 08:02 Realiserad

ChatGPT aside, to integrate OpenAssistant with other systems, it would be very useful with an API to submit and retrieve responses.

If I understand this issue correctly,such an API is currently not available?

There seems to be a REPL here, which submits and retrieves answers over REST.

Yes, there's the API that we use for the website. To use it externally you would have to deal with authentication etc, following how the website does it.

olliestanley avatar Feb 06 '23 21:02 olliestanley