mengjian-github / copilot-analysisLinks
本文详细分析了 Github Copilot 这个基于机器学习的代码自动补全工具的实现原理。作者通过逆向工程的方式,深入探索了 Copilot 的核心逻辑,包括代码提示的入口、获取提示的核心方法、以及相关的缓存策略、实验特性等。
☆2,165Updated 2 years ago
Alternatives and similar repositories for copilot-analysis
Users that are interested in copilot-analysis are comparing it to the libraries listed below
Sorting:
- 《AI 研发提效:构建 AI 辅助编码助手》 —— 介绍如何 DIY 一个端到端(从 IDE 插件、模型选型、数据集构建到模型微调)的 AI 辅助编程工具,类似于 GitHub Copilot、JetBrains AI Assistant、AutoDev 等。☆692Updated last year
- Prompt 编写模式:如何将思维框架赋予机器,以设计模式的形式来思考 prompt☆3,078Updated 2 years ago
- 基于向量数据库与GPT3.5的通用本地知识库方案(A universal local knowledge base solution based on vector database and GPT3.5)☆3,678Updated 2 years ago
- An AI-powered search engine for developers.☆1,468Updated last year
- 《AI 研发提效:自己动手训练 LoRA》,包含 Llama (Alpaca LoRA)模型、ChatGLM (ChatGLM Tuning)相关 Lora 的训练。训练内容:用户故事生成、测试代码生成、代码辅助生成、文本转 SQL、文本生成代码……☆1,094Updated last year
- ChatFlow - AI-based chat flow framework, personalize your ChatGPT workflows and build the road to automation。ChatFlow —— 打造个性化 ChatGPT …☆692Updated 2 years ago
- ClickPrompt - Streamline your prompt design, with ClickPrompt, you can easily view, share, and run these prompts with just one click. Cl…