[QUESTION] What is the best resource to build highly advanced custom GPT?

Roger Marquez

Elite Member
Joined
Apr 17, 2017
Messages
5,122
Reaction score
7,818
I have browsed the internet for these. The ones I have found are ok but I feel there has to be something more.

Can you share the links to the resources you have found you believe as worth sharing? they can be YouTube videos or online courses.

Thanks in advance!
 
Another fckn AI thread in the lounge .. Dude, you are a long time member, post in the right category do not just dump all your questions in the lounge because you are lazy.
 
Anything from Andrej Karpathy is golden.

Specifically,

Not sure how competent you are in coding, but I do have to warn you that creating a high-level custom LLM does require quite a bit of technical knowledge.
Those 3 videos should give you a very short intro to AI models. Once you understand the basic concepts of creating such models, only then I'd advise you to look into creating an 'advanced' custom LLM.

You could always just pay someone to do one for you.
If you don't know how these things work, the time cost of learning these skills would surely outweigh the cost of just paying someone to do it for you.
 
What do you mean with 'highly customized'? Which challenges are you seeking to solve?

And what's the goal you are ultimately trying to achieve?

Which skills do you already have and how committed are you to learning new skills or pay other people with the skill?

If I understand your goal better, I'm happy to help to point you in the right direction.
 
You need to make new prompt for chatgpt manually
This method will help you soon.
 
Another fckn AI thread in the lounge .. Dude, you are a long time member, post in the right category do not just dump all your questions in the lounge because you are lazy.
When you make the same stupid shit always, your going to have a post like this, not his first time.
Just because you´re right about something doesn´t give you the right to come here like d*** and call me lazy or stupid or call me out like I was a 10 year old (even if you believe I am behaving like one).

Are you really bringing up that my behavior does not go hand in hand with my seniority in this community? The same can be said about yours here.
 
Just because you´re right about something doesn´t give you the right to come here like d*** and call me lazy or stupid or call me out like I was a 10 year old (even if you believe I am behaving like one).

Are you really bringing up that my behavior does not go hand in hand with my seniority in this community? The same can be said about yours here.
I have brought this up before and it seems you really don´t give a shit, that´s all it is.
 
I have browsed the internet for these. The ones I have found are ok but I feel there has to be something more.

Can you share the links to the resources you have found you believe as worth sharing? they can be YouTube videos or online courses.

Thanks in advance!
I would check GitHub; there are pretty nice Resources nowadays! Wanted to work on that as well, building something in the direction of SaaS.

Kind regards
zotix
 
Anything from Andrej Karpathy is golden.

Specifically,

Not sure how competent you are in coding, but I do have to warn you that creating a high-level custom LLM does require quite a bit of technical knowledge.
Those 3 videos should give you a very short intro to AI models. Once you understand the basic concepts of creating such models, only then I'd advise you to look into creating an 'advanced' custom LLM.

You could always just pay someone to do one for you.
If you don't know how these things work, the time cost of learning these skills would surely outweigh the cost of just paying someone to do it for you.
Never heard of him, surely going to check that out...thanks for the insight!
I would check GitHub; there are pretty nice Resources nowadays! Wanted to work on that as well, building something in the direction of SaaS.

Kind regards
zotix
Yeah, something I am amazed by some of the stuff you can find there for free.
 
Making Your own LLM from scratch can be a lengthy process.

Chances are you can get the results you want by finding a pre trained model on hugging face that's close to what you want and tweaking it.

There's a bunch of ways to do that but this was one of the most straight forward guides I've found
 
Are you building a new LLM or a new agent for existing LLM like openai?
 
A new agent.
agent is simply breaking down complex tasks into smaller ones with some loops and conditional checks.
If you only need to build an agent for your own use case and the task is fixed, you only need basic coding skills to get it working.

But I don't know any courses about it.
 
A new agent.
Ahh then take a look into AutoGPT. Their github page has tons of stuff that should be very useful.

Or depending on how complex it is you can do tons of interesting stuff with llama.cpp and the python wrapper
 
Last edited:
Ahh then take a look into AutoGPT. Their github page has tons of stuff that should be very useful.

Or depending on how complex it is you can do tons of interesting stuff with llama.cpp and the python wrapper
This looks interesting as hell...Thanks for the insights!
 
Back
Top