# 大模型应用学习 **Repository Path**: StarRail-Evernight/large-model-learn ## Basic Information - **Project Name**: 大模型应用学习 - **Description**: 该项目已移至github上,链接https://github.com/StarRail-Evernight/LLM-Learning.git - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://github.com/StarRail-Evernight - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-11-14 - **Last Updated**: 2025-11-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 大语言模型学习项目 本项目是一个基于LangChain的大语言模型学习和练习项目,包含调用不同大模型的示例代码,如智谱AI和本地Ollama模型。 ## 项目迁移说明 ⚠️ **重要提示**:本项目仓库已迁移至新地址,请访问新仓库获取最新内容: **新仓库地址**:[https://github.com/StarRail-Evernight/LLM-Learning.git](https://github.com/StarRail-Evernight/LLM-Learning.git) ## 环境配置 安装项目依赖: ```bash pip install -r requirements.txt ``` ## License MIT