miguelvanegas-c/LLMImplementation
This repository demonstrates how to build a functional AI agent using LangChain in Python, following the official Quickstart guide. LangChain is an open-source framework that simplifies connecting and orchestrating large language models (LLMs), tools, and custom logic into intelligent applications.
Stars
—
Forks
—
Language
Jupyter Notebook
License
—
Category
Last pushed
Feb 22, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/miguelvanegas-c/LLMImplementation"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
jingyaogong/minimind
🚀🚀 「大模型」2小时完全从0训练26M的小参数GPT!🌏 Train a 26M-parameter GPT from scratch in just 2h!
kyegomez/TeraGPT
Train a production grade GPT in less than 400 lines of code. Better than Karpathy's verison and GIGAGPT
theosorus/GPT2-Hasktorch
GPT2 implementation in Haskell with the Hasktorch library, inspired by Andrej Karpathy's Pytorch...
noah-hein/mazeGPT
AI model for making mazes that extends OpenAIs GPT2 model
RohitPawar001/GPT-2-Implementation
This repository contains the implementation of OpenAI's GPT-2 with LORA, QLORA, RLHF, PPO,GRPO,...