# deepseek-api **Repository Path**: olier/deepseek-api ## Basic Information - **Project Name**: deepseek-api - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-30 - **Last Updated**: 2025-10-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # deepseek-api #### 介绍 适用所有模型,使用python 3.10.8 #### 安装教程 ``` git clone https://gitee.com/olier/deepseek-api.git && cd deepseek-api python -m venv .venv pip install -r requirements.txt -i "https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple" hf download deepseek-ai/DeepSeek-R1-Distill-Llama-8B --local-dir=checkpoints python start.py ```