Skip to content

Commit

Permalink
add consistency with 06 README
Browse files Browse the repository at this point in the history
  • Loading branch information
john0isaac authored Nov 1, 2023
1 parent 7612ef7 commit 0980e30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 06-text-generation-apps/notebook-azure-openai.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"\n",
"### What can I build with a text generation app?\n",
"\n",
"There are many things you can build like for example:\n",
"There are many things you can build. For example:\n",
"\n",
"- **A chatbot**. A chatbot answering questions about topics, like your company and its products could be a good match.\n",
"- **Helper**. LLMs are great at things like summarizing text, getting insights from text, producing text like resumes and more.\n",
Expand Down Expand Up @@ -317,11 +317,11 @@
"\n",
"Now you've seen how to generate text using a prompt. You even have a program up and running that you can modify and change to generate different types of text. \n",
"\n",
"Prompts can be used for all sorts of tasks like for example:\n",
"Prompts can be used for all sorts of tasks. For example:\n",
"\n",
"- **Generate a type of text**. For example, you can generate a poem, questions for a quiz etc.\n",
"- **Lookup information**. You can use prompts to look for information like the following example 'What does CORS mean in web development?'.\n",
"- **Generate code**. You can use prompts to generate code, like for example developing a regular expression used to validate emails or why not generate an entire program, like a web app? \n",
"- **Generate code**. You can use prompts to generate code, for example developing a regular expression used to validate emails or why not generate an entire program, like a web app? \n",
"\n",
"## A more practical use case: a recipe generator\n",
"\n",
Expand Down

0 comments on commit 0980e30

Please sign in to comment.