# deepseek-api-tutorial **Repository Path**: genesisesNoun/deepseek-api-tutorial ## Basic Information - **Project Name**: deepseek-api-tutorial - **Description**: DeepSeek API 实战开发教程 - 从入门到项目实战 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-18 - **Last Updated**: 2026-03-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DeepSeek API 实战教程 这是一个完整的技术教程系列,带你从零开始掌握 DeepSeek API 开发。 ## 教程目录 | 期数 | 标题 | 目录 | 状态 | |------|------|------|------| | 第1期 | 环境搭建与快速入门 | [01-getting-started](./01-getting-started) | ✅ 已完成 | | 第2期 | 构建对话机器人 | 02-chatbot | ⏳ 待写 | | 第3期 | AI 代码助手开发 | 03-code-assistant | ⏳ 待写 | | 第4期 | 文档问答系统 | 04-doc-qa | ⏳ 待写 | | 第5期 | 多模态能力实战 | 05-multimodal | ⏳ 待写 | | 第6期 | AI Agent 工具调用 | 06-function-calling | ⏳ 待写 | | 第7期 | 自动化工作流 | 07-automation | ⏳ 待写 | | 第8期 | 错误处理与优化 | 08-error-handling | ⏳ 待写 | | 第9期 | 生产环境部署 | 09-production | ⏳ 待写 | | 第10期 | 综合项目实战 | 10-final-project | ⏳ 待写 | ## 快速开始 ```bash # 克隆仓库 git clone https://gitee.com/genesisesNoun/deepseek-api-tutorial.git # 进入第一章 cd deepseek-api-tutorial/01-getting-started # 安装依赖 pip install openai python-dotenv # 配置 API Key cp .env.example .env # 编辑 .env 文件,填入你的 DeepSeek API Key # 运行示例 python hello_deepseek.py ``` ## 环境要求 - Python >= 3.8 - DeepSeek API Key(从 https://www.deepseek.com 获取) ## 相关链接 - [DeepSeek 官网](https://www.deepseek.com) - [DeepSeek API 文档](https://platform.deepseek.com/docs) ## 作者 公众号:CV技术笔记 ## License MIT