From f842be118f1b9c4d829a52881bf58333c8b4fbec Mon Sep 17 00:00:00 2001 From: "Tyler T. Procko" <31494145+PR0CK0@users.noreply.github.com> Date: Tue, 6 Jun 2023 14:18:53 -0400 Subject: [PATCH] small typo fixes --- pages/applications/coding.en.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/applications/coding.en.mdx b/pages/applications/coding.en.mdx index 1fa77b8..563ba6a 100644 --- a/pages/applications/coding.en.mdx +++ b/pages/applications/coding.en.mdx @@ -8,7 +8,7 @@ import CODE1 from '../../img/code-generation/chat-mode.png' This section is under development. -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`.