LANGCHAIN_LEARNING/ │ ├── 1.LLMs/ │ └── llm_demo.py # Basic LLM invocation demo │ ├── 2.ChatModels/ │ ├── chatmodel_openai.py # Chat with OpenAI (GPT) │ ├── chatmodel_claud.py # Chat with Anthropic ...
A collection of runnable examples using LangChain and Groq LLMs, demonstrating different AI workflow patterns like sequence, parallel, branch, passthrough, and lambda operations. Perfect for learning ...