File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11remote_theme : pmarsceill/just-the-docs
22
33title : 构建你自己的 AI 辅助编码助手
4- description : 《构建你自己的 AI 辅助编码助手》介绍如何 DIY 一个端到端(从 IDE 插件、模型选型、数据集构建到模型微调)的 AI 辅助编程工具,类似于 GitHub Copilot、JetBrains AI Assistant、AutoDev 等。
4+ description : 《构建你自己的 AI 辅助编码助手》介绍如何 DIY 一个端到端(从 IDE 插件、模型选型、数据集构建到模型微调)的 AI 辅助编程工具,类似于 GitHub Copilot、JetBrains AI Assistant、AutoDev 等。
55
66heading_anchors : true
77
@@ -71,8 +71,8 @@ back_to_top_text: "Back to top"
7171
7272# Google Analytics Tracking (optional)
7373# e.g, UA-1234567-89
74- ga_tracking : G-JR0EZ3NLE1
75- ga_tracking_anonymize_ip : true # Use GDPR compliant Google Analytics settings (true by default)
74+ # ga_tracking: G-JR0EZ3NLE1
75+ # ga_tracking_anonymize_ip: true # Use GDPR compliant Google Analytics settings (true by default)
7676
7777# url: "https://eval.unitmesh.cc" # the base hostname & protocol for your site
7878
You can’t perform that action at this time.
0 commit comments