Skip to content

Commit a6954c6

Browse files
Update overview.md
1 parent 2c97efe commit a6954c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/llms/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This section covers how to use Large Language Models (LLMs) as AI coding assistants, which can significantly enhance your programming experience.
44

5-
The workshop is structured as follows:
5+
The part is structured as follows:
66
1. {ref}`How to set up your AI-assistant <llms-setup-guide>`
77
2. {ref}`Effective Prompting with LLMs <llms-effective-prompting>`
88
3. {ref}`Generating Code with LLMs <llms-generating-code>`
@@ -18,4 +18,4 @@ In this series of notebooks, we explore how to effectively use AI coding assista
1818
* **Effective prompting**: Be specific and detailed in your prompts to receive accurate and relevant responses.
1919
* **Generating code**: Use AI to generate repetitive or boilerplate code, but maintain control over the process.
2020
* **Debugging errors**: Use AI assistants to quickly identify and fix bugs in your code.
21-
* **Human-in-the-loop**: Always review and validate AI-generated code to ensure quality and accuracy.
21+
* **Human-in-the-loop**: Always review and validate AI-generated code to ensure quality and accuracy.

0 commit comments

Comments
 (0)