8000 GitHub - zhangrenyang/deepseek: deepseek
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

zhangrenyang/deepseek

Repository files navigation


DeepSeek

Version Rating Downloads

Free | No Login Required | Multi-language

免费 | 免登录 | 多语言

🚀 Key Features

  • 💻 Code Operations: One-click copy, insert code into current file or new file
  • 🔍 Smart Analysis: Code explanation, error detection, refactoring suggestions, test generation
  • 📝 Custom Prompts: Support adding and managing predefined prompts to improve efficiency
  • 💾 Local Storage: Chat history saved locally for replay, continuation and management
  • 🌐 Proxy Support: Configure your own proxy server for flexible API access
  • 🔒 Privacy Protection: All information stored locally, no data uploaded
  • 🌍 Multi-language: Support Chinese, English and other language interfaces
  • 🎯 Model Selection: Support multiple DeepSeek models for different needs

📦 Installation

  1. Open VS Code
  2. Press Ctrl+Shift+P to open command palette
  3. Delete > and type ext install colourafredi.vscode-deepseek
  4. Press Enter to install

Or directly visit VS Code Marketplace to install

🛠️ Main Features

1. Code Analysis and Optimization

  • Code Explanation: Detailed explanation of code logic and implementation
  • Error Detection: Find and fix bugs in code
  • Code Refactoring: Optimize code structure, improve code quality
  • Test Generation: Automatically generate unit test code

2. Smart Dialogue

  • Context Dialogue: Support multi-turn conversations with context understanding
  • Streaming Response: Real-time display of AI answers
  • Session Management: Save, export, clean chat history
  • Custom Prompts: Support preset common prompts

3. Personalization

  • API Key Management: Support binding your own API Key
  • Proxy Settings: Configure custom proxy server
  • Model Selection: Support multiple DeepSeek models
  • Interface Language: Switch between multiple interface languages

💡 User Guide

Quick Start

  1. After installation, click the DeepSeek icon on the left side of VS Code
  2. Enter your question in the input box and press Enter
  3. Wait for AI response, you can:
    • Copy the answer
    • Insert into current file
    • Create new file to save

Code-related Functions

  1. Select code snippet
  2. Right-click to choose DeepSeek commands:
    • Explain code
    • Check errors
    • Refactor and optimize
    • Generate tests

Custom Settings

  • API Key: Bind your own API Key for more features
  • Proxy Server: Configure proxy address for stable access
  • Model Selection: Choose different AI models based on needs
  • Prompt Management: Add, edit, select predefined prompts

⚙️ Configuration Guide

Configurable Parameters:

  • deepseek.proxy: Set proxy server
  • deepseek.model: Choose model to use
  • deepseek.apikey: Set API Key
  • deepseek.temperature: Set model temperature (0-2)
  • deepseek.max_tokens: Set maximum tokens
  • deepseek.lang: Set interface language

Configuration Steps:

  1. Click File->Preferences->Settings->Extensions->DeepSeek

Configure Official API Key

Config Item Value
DeepSeek:Proxy https://api.deepseek.com
Deepseek:Apikey sk-c50d5356a45c4c7988b3df82fb1295e3
DeepseekModel deepseek-chat, deepseek-reasoner

Configure SiliconFlow API Key

Config Item Value
DeepSeek:Proxy https://api.siliconflow.cn
Deepseek:Apikey sk-kgahvlalrbfjyftxrcoiiliopeblhxsgrxtrrwgiqwwxwxth
DeepseekModel deepseek-ai/DeepSeek-V3, deepseek-ai/DeepSeek-R1

🤝 Community

🎁 Special Offer

Get 20 million DeepSeek Tokens for free (worth ¥14), limited quantity, first come first served

🚀 特色功能

  • 💻 代码操作:一键复制、插入代码到当前文件或新文件
  • 🔍 智能分析:代码解释、错误检测、重构建议、测试生成
  • 📝 自定义提示:支持添加和管理预定义提示词,提高提问效率
  • 💾 本地存储:会话记录保存在本地,随时回放、继续和管理
  • 🌐 代理支持:可配置自己的代理服务器,灵活访问 API
  • 🔒 隐私保护:所有信息本地存储,不上传任何数据
  • 🌍 多语言:支持中文、英文等多种语言界面
  • 🎯 模型选择:支持多种 DeepSeek 模型,满足不同需求

📦 安装方式

1.打开 VS Code 2.按下 Ctrl+Shift+P 打开命令面板 3.删除>后输入 ext install colourafredi.vscode-deepseek 4.按回车键进行安装

或者直接访问 VS Code 市场 安装

🛠️ 主要功能

1. 代码分析和优化

  • 代码解释:详细讲解代码逻辑和实现
  • 错误检测:发现并修复代码中的 BUG
  • 代码重构:优化代码结构,提升代码质量
  • 测试生成:自动生成单元测试代码

2. 智能对话

  • 上下文对话:支持多轮对话,理解上下文
  • 流式响应:实时显示 AI 回答
  • 会话管理:保存、导出、清理会话记录
  • 自定义提示:支持预设常用提示词

3. 个性化配置

  • API Key 管理:支持绑定自己的 API Key
  • 代理设置:可配置自定义代理服务器
  • 模型选择:支持多种 DeepSeek 模型
  • 界面语言:可切换多种界面语言

💡 使用指南

快速开始

  1. 安装插件后,点击 VS Code 左侧的 DeepSeek 图标
  2. 在输入框中输入问题,按回车发送
  3. 等待 AI 响应,可以:
    • 复制回答内容
    • 插入到当前文件
    • 创建新文件保存

代码相关功能

  1. 选中代码片段
  2. 右键选择 DeepSeek 相关命令:
    • 解释代码
    • 检查错误
    • 重构优化
    • 生成测试

自定义设置

  • API Key:可绑定自己的 API Key 获取更多功能
  • 代理服务器:配置代理地址实现更稳定的访问
  • 模型选择:根据需求选择不同的 AI 模型
  • 提示词管理:添加、编辑、选择预定义提示词

⚙️ 配置说明

可配置参数:

  • deepseek.proxy:设置代理服务器
  • deepseek.model:选择使用的模型
  • deepseek.apikey:设置 API Key
  • deepseek.temperature:设置模型温度(0-2)
  • deepseek.max_tokens:设置最大 token 数
  • deepseek.lang:设置界面语言

配置方式:

  1. 点击File->Preferences->Settings->Extensions->DeepSeek

配置官方API Key

配置项
DeepSeek:Proxy https://api.deepseek.com
Deepseek:Apikey sk-c50d5356a45c4c7988b3df82fb1295e3
DeepseekModel deepseek-chat, deepseek-reasoner

配置硅基流动的API Key

配置项
DeepSeek:Proxy https://api.siliconflow.cn
Deepseek:Apikey sk-kgahvlalrbfjyftxrcoiiliopeblhxsgrxtrrwgiqwwxwxth
DeepseekModel deepseek-ai/DeepSeek-V3, deepseek-ai/DeepSeek-R1

🤝 社区交流

🎁 福利活动

现在可以免费领取 2000 万 DeepSeek Tokens(价值 14 元),数量有限,先到先得

About

deepseek

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0