Learn how to run Large Language Models locally using Ollama and integrate it with any-llm for seamless experimentation.
Tag: Llm
Articles tagged with Llm. Showing 113 articles.
Chapters
Build a dynamic multi-LLM chatbot using any-llm in Python.
Learn to build an LLM-powered content summarizer using Python and the any-llm library.
Learn how to securely manage API keys for your LLM-powered applications using any-llm.
A comprehensive guide to mastering any-llm, Mozilla's unified interface for interacting with various LLM providers.
Learn how to integrate local AI models with Ollama and Docker for A2UI agents.
Learn how to interact with LangCache using Node.js and Python, including initialization, storing prompts and responses.
Build a cached LLM chatbot using Redis LangCache to minimize expensive API calls.
Learn how to optimize a RAG application using LangCache for faster response times and reduced costs.
A comprehensive guide to building intelligent AI agents using LangChain and LangGraph, covering foundational concepts, tool integration, …
An in-depth exploration of Large Language Model architectures, focusing on the Transformer mechanism.
A comprehensive guide to Large Language Model (LLM) quantization, covering its principles, various techniques (4-bit, 8-bit, GGUF), …