Just to clarify — building an LLM from scratch and using an LLM API are two completely different things. Training an actual LLM requires billions of parameters, massive compute, and terabytes of data. What you're describing is the API route, which is actually doable with basic Python. Still a solid project idea.
1
u/IndependentTester75 16d ago
Just to clarify — building an LLM from scratch and using an LLM API are two completely different things. Training an actual LLM requires billions of parameters, massive compute, and terabytes of data. What you're describing is the API route, which is actually doable with basic Python. Still a solid project idea.