Where can I download or buy ready-made GPT?

I apologize in advance, perhaps for a stupid question: I am an absolute layman in programming, but inquisitive :slight_smile:

I bought a subscription to one service (it works with ChatGPT) and it offers to train AI assistants. There you can upload large CSV files at once. I don’t have enough training skills myself, but I want to try to see different work examples in action and upload some ready-made files.

Tell me, maybe there are some sites where you can buy or download ready-made GPT files, following the example of Copywriter GPT from Open AI. That is, a ready-made trained document that only needs to be added? Thanks!

Welcome to the forum!

perhaps for a stupid question

No, this is a very good basic question.

Are you aware of Explore GPTs when using ChatGPT Plus?

The fact that you listed the GPT
https://chatgpt.com/auth/login?next=%2Fg%2Fg-Ji2QOyMml-copywriter-gpt-marketing-branding-ads
suggest that you do.


The so called ready made files are what are known as the LLM weights/parameters and those can not be created for OpenAI and sold separately. The best one can do is fine-tune an OpenAI model to modify the weights and then make that available via a GPT or access with the API.

See: What is LLM? - Large Language Models Explained - AWS

If you do want to access pre-trained models, many of which are free, visit Hugging Face. You could learn more there then later use OpenAI to fine-tune a model.

HTH

1 Like