Merge pull request #191 from PR0CK0/patch-1

small typo fixes
pull/195/head
Elvis Saravia 1 year ago committed by GitHub
commit d19d85f8c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,7 +8,7 @@ import CODE1 from '../../img/code-generation/chat-mode.png'
This section is under development.
</Callout>
LLMs like ChatGPT are very effective a code generation. In this section, we will cover many examples of how to use ChatGPT for code generation.
LLMs like ChatGPT are very effective at code generation. In this section, we will cover many examples of how to use ChatGPT for code generation.
The OpenAI's Playground (Chat Mode) and the `gpt-3.5-turbo` model are used for all examples below.
@ -20,7 +20,7 @@ You are a helpful code assistant that can teach a junior developer how to code.
## Basic Example
The `User Message` will then be the prompt itself with the instruction of the specific code you want the model to generate. Below is an snapshot of the first basic prompt for code generation. Note that the final code was generated by the `Assistant`.
The `User Message` will then be the prompt itself with the instruction of the specific code you want the model to generate. Below is a snapshot of the first basic prompt for code generation. Note that the final code was generated by the `Assistant`.
<Screenshot src={CODE1} alt="CODE1" />

Loading…
Cancel
Save