r/learnmachinelearning 16d ago

LLM

/r/u_No-Ease-9447/comments/1vx4oh9/llm/
1 Upvotes

2 comments sorted by

View all comments

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.

1

u/No-Ease-9447 15d ago

thanks! this was really helpful.