Open-Assistant
Open-Assistant copied to clipboard
API to ease our lives
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!.
We don't want to use ChatGPT answers as training data for Open Assistant, as it violates OpenAI's TOS
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.
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.