llm-books
morsoli/llm-books
利用LLM构建应用实践笔记
Overview
此仓库包含一本关于使用大型语言模型(LLM)进行应用开发的详细指南,涵盖了从基础到高级的应用实践。
Categories
Tags
Similar tools
ECC
affaan-m/ECC
The agent harness performance optimization system
AutoGPT
Significant-Gravitas/AutoGPT
AutoGPT: Build, Deploy, and Run AI Agents
ollama
ollama/ollama
Get up and running with Kimi-K2.6, GLM-5.1, MiniMax, DeepSeek, gpt-oss, Qwen, Gemma and other models.
prompts.chat
f/prompts.chat
The world's largest open-source prompt library for AI
transformers
huggingface/transformers
🤗 Transformers: the model-definition framework for state-of-the-art machine learning models
JavaGuide
Snailclimb/JavaGuide
Snailclimb/JavaGuide: 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发
Install
pip install llm-booksREADME
欢迎 star🌟 ,持续关注《LLM 应用开发实践笔记》
我的新书《LangChain编程从入门到实践》 已经开售!推荐正在学习AI应用开发的朋友购买阅读!
‼️‼️重要更新 新增LLM 应用评估与测试、RAG专题、国内模型厂商API解读 3个章节
本地阅读
构建gitbook镜像(可选)
下载本仓库后,执行docker build . -t <image:tag>构建自定义镜像,也可以直接使用我构建好的镜像morso1/gitbook-server:3.2.3
启动gitbook服务
cd llm-book
docker run --rm -v "$PWD/LLMProjects:/gitbook" -p 4000:4000 morso1/gitbook-server:3.2.3 gitbook serve
本地打开4000端口开始阅读
目录大纲
- 前言
- 大语言模型概述
- LangChain入门
- LlamaIndex 概述
- HuggingGPT 实现
- LLMOps 专题
- Agent 专题
- RAG专题
- LLM 应用评估与测试
- 国内模型厂商API解读
- 基于大型语言模型的生成式AI