Live data from Hacker News

Supabase Clippy – ChatGPT for Supabase Docs

supabase.com

51–57 of 57 posts

Re: Supabase Clippy – ChatGPT for Supabase Docs

#51

Earlier quoted context omitted.

I think for code it will be pretty hard, unless the writer gives explicit permission to train the model on the copyrighted data, like the case for Copilot in GitHub. And I don't think it is fair use at all, imagine a company like OpenAI train the model on its own internal docs and code, then you'll be able to ask the model to replicate ChatGPT and copilot, or even closed software like Photoshop.

I'm sorry, what don't you think is fair use, Supabase Clippy?

I'm not talking about Supabase Clippy, but more about training models on copyrighted data without asking for permission (like private copyrighted code in GitHub for example and yes, I don't call that fair use)

Re: Supabase Clippy – ChatGPT for Supabase Docs

#52

Earlier quoted context omitted.

I'm sorry, what don't you think is fair use, Supabase Clippy?

I'm not talking about Supabase Clippy, but more about training models on copyrighted data without asking for permission (like private copyrighted code in GitHub for example and yes, I don't call that fair use)

Supebase Clippy uses the same trained model as Copilot, OpenAI’s GPT family of large-language models, including having trained on all of the code in GitHub, without having asked permission and without regard to copyright license.

These tools are being released under the assumption that training large-language models will be found as fair use of any copyrighted works.

Are y’all starting to see the arguments for why the model and the outputs of the model are two different issues and that the models themselves, and the products built on top of them, will be considered fair use and that the liability for copyright infringement lays completely with the person using the tool?

Re: Supabase Clippy – ChatGPT for Supabase Docs

#53
post #27

Earlier quoted context omitted.

I'm curious what is the estimated cost for running this?

it looks like we're getting 1800 requests per hour - about $5/hour, which is pretty cheap considering the traffic seeing this blog post. That said, only desktop users who have access to the keyboard and have read the blog post can use it. If we made it visible to everyone I think we would quickly run into API limits.

$5 for 1800 requests, that is 0.0027 per request, text-davinci-003 price is $0.02/1k token, so the average token number is 135. That is far below my expectation.

Re: Supabase Clippy – ChatGPT for Supabase Docs

#54
Awesome stuff! If anyone is interested in a hosted and managed version of this, let us know! We can do this on top of any set of information already (not just .mdx) and have it exposed either as an API or through production ready Slack and Discord bots :)

Email me: arvind@kyberinsurance.com

Re: Supabase Clippy – ChatGPT for Supabase Docs

#55

Earlier quoted context omitted.

If you want to build something like this yourself, we sponsored Greg to create a video detailing all the steps: https://www.youtube.com/watch?v=Yhtjd7yGGGA Also special shoutout to pgvector ( https://github.com/pgvector/pgvector ), which is used to store all of the embeddings.

This is so great! Thank you, and Greg if you read this well done on an excellent video and project

Thanks! I've a had a blast working with Supabase on this, glad to hear that you find it interesting!
Post reply on HN