Skip to content

Commit

Permalink
Fix C7-1 format
Browse files Browse the repository at this point in the history
  • Loading branch information
AXYZdong committed Aug 21, 2024
1 parent a049c19 commit a868fc3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/C7/1. 搭建本地的 AI Copilot 编程助手.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 简介

本文档介绍了如何在本地搭建类似 copilot 的编程助手,以帮助您写出更加优美,效率的代码。
本文档介绍了如何在本地搭建类似 Copilot 的编程助手,以帮助您写出更加优美,效率的代码。

从过本课程你将学会,使用 Ollama 集成本地编程助手,其中包括

Expand All @@ -11,9 +11,9 @@

> 注意:
>
> 1. 我们讲主要讲解 VScode 的安装和基本使用方式。jetbrain 使用方式和 vscode 大同小异,参考 vscode 即可。
> 1. 我们讲主要讲解 VScode 的安装和基本使用方式。jetbrain 使用方式和 VScode 大同小异,参考 vscode 即可。
> 2. jetbrain 可以使用的功能和可配置项不如 VScode 丰富,建议使用 VScode
> 3. 本地搭建 Copilot 对机器要求较高,特别是代码自动补全部分,若无特殊需求,建议购买 Api 使用。
> 3. 本地搭建 Copilot 对机器要求较高,特别是代码自动补全部分,若无特殊需求,建议购买 API 使用。
## 一、AI 编程介绍

Expand All @@ -26,7 +26,7 @@
3. **目标明确的任务。** 写代码时, 我们通常有明确的目标。比如, "写一个计算斐波那契数列的函数"。这种清晰的指令让 AI 更容易集中精力解决问题。
4. **知识的通用性。** 学会了一种编程语言的基本概念, 很多东西都能迁移到其他语言。这种知识的可迁移性让 AI 模型在编程领域学习效率特别高。

### 1.2 我们如何使用 ai 编程?
### 1.2 我们如何使用 AI 编程?

1. 使用大模型对话应用(这里不再讲解)
2. 使用集成开发环境(IDE)
Expand Down Expand Up @@ -167,7 +167,7 @@ Aider 是基于命令行的编程助手,比起集成开发环境,它拥有

### 3.2 设置 Ollama 并启动

1. 启动命令行,按照如下设置环境变量 O
1. 启动命令行,按照如下设置环境变量

```
export OLLAMA_API_BASE=http://127.0.0.1:11434 # Mac/Linux环境
Expand Down
Binary file removed docs/images/C7-1-19.png
Binary file not shown.

0 comments on commit a868fc3

Please sign in to comment.