Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasecchig committed Sep 17, 2024
1 parent 7f2efca commit ae75632
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"source": [
"## Overview\n",
"\n",
"This tutorial guides you through creating the first version of Generative AI chain, the core of a GenAI application.\n",
"This tutorial guides you through creating the first version of Generative AI chain, the core of a Gen AI application.\n",
"\n",
"It covers:\n",
"\n",
Expand Down Expand Up @@ -211,7 +211,7 @@
},
"outputs": [],
"source": [
"PROJECT_ID = \"genai-blackbelt-fishfooding\" # @param {type:\"string\"}\n",
"PROJECT_ID = \"your-project-id\" # @param {type:\"string\"}\n",
"LOCATION = \"us-central1\" # @param {type:\"string\"}\n",
"\n",
"\n",
Expand Down Expand Up @@ -272,7 +272,7 @@
"source": [
"## Chain Definition\n",
"\n",
"Chains are sequences of calls to LLMs, tools, or data preprocessing steps. They form the core of your GenAI application.\n",
"Chains are sequences of calls to LLMs, tools, or data preprocessing steps. They form the core of your Gen AI application.\n",
"\n",
"### Input Interface\n",
"\n",
Expand Down

0 comments on commit ae75632

Please sign in to comment.