随笔分类 -  A.大模型

摘要:配置目录 conda config --add envs_dirs /root/autodl-tmp/envs检查conda config --show envs_dirs 创建一个名字叫langchain_env ,版本是3.13的Python虚拟环境conda create --name lan 阅读全文
posted @ 2025-11-28 17:12 david_cloud 阅读(6) 评论(0) 推荐(0)
摘要:什么是提示词(Prompt)? 通俗讲:提示词是用户提供给大型语言模型 (LLM) 的一段文本,用于引导模型生成特定的输出。简单来说,就是你给 AI 的“指令”或“问题” 如何工程化编写提示词? 1. 通用模型:Prompt的典型构成要素 Prompt = 角色 + 任务 + 要求 + 细节 提示词 阅读全文
posted @ 2025-11-12 15:50 david_cloud 阅读(37) 评论(0) 推荐(0)