Steps to start work on LLM from scratch:
1. Basic Programming skills on Python 2. Few basics of ML or Deep learning 3. Start with udemy free course: https://www.udemy.com/course/langchain/ 4. Get paid subscription for Open AI : https://openai.com/index/openai-api/ 5. Get Paid subscription for serapi: https://serpapi.com/users/sign_in Note: Serapi is used for google search results. In courses, they says its a free api but when we use it in code, it wont work until and unless it is an paid version. One can explicitly define few values during tutorials to avoid paid subscriptions. 6. Get chatgpt 4 subscription: https://chatgpt.com/auth/login?sso Note: For google search results till 2021, we can use chatgpt 4 instead of serapi. However, note that we can't get results for > 2021. 7.