I apologize in advance, perhaps for a stupid question: I am an absolute layman in programming, but inquisitive
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!
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.
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.