Skip to content

Commit

Permalink
Update README and intro text
Browse files Browse the repository at this point in the history
  • Loading branch information
koverholt committed Aug 18, 2023
1 parent e7400d7 commit 1555cf6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
10 changes: 5 additions & 5 deletions generative-chatbots/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

## Overview

These chatbots use large
[language models (LLMs)](https://cloud.google.com/vertex-ai/docs/generative-ai/language-model-overview)
and [generative AI](https://cloud.google.com/ai/generative-ai) functionality in
[Dialogflow CX](https://cloud.google.com/dialogflow/cx/docs/basics) to answer
questions about [Google Store](https://store.google.com/) products.
These chatbots demonstrate the behavior of different
[generative AI](https://cloud.google.com/ai/generative-ai) features in
[Dialogflow CX](https://cloud.google.com/dialogflow/cx/docs/basics) when
answering questions about products in the
[Google Store](https://store.google.com/).

These virtual agents were built with
[generative AI](https://cloud.google.com/ai/generative-ai) functionality in
Expand Down
12 changes: 5 additions & 7 deletions generative-chatbots/src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -92,19 +92,17 @@
<Tabs contentClass="p-4 mt-4 leading-7" style="underline">
<TabItem open title="What is this?">
<p class="text-md h-fit font-normal text-gray-700">
These chatbots use <A
href="https://cloud.google.com/vertex-ai/docs/generative-ai/language-model-overview"
class="font-bold text-blue-600 hover:underline">large language models (LLMs)</A> and
These chatbots demonstrate the behavior of different
<A
href="https://cloud.google.com/ai/generative-ai"
class="font-bold text-blue-600 hover:underline">generative AI</A> functionality in
class="font-bold text-blue-600 hover:underline">generative AI</A> features in
<A
href="https://cloud.google.com/dialogflow/cx/docs/basics"
class="font-bold text-blue-600 hover:underline">Dialogflow CX</A> to answer questions
about <A
class="font-bold text-blue-600 hover:underline">Dialogflow CX</A> when answering questions
about products in the <A
href="https://store.google.com/"
class="font-bold text-blue-600
hover:underline">Google Store</A> products
hover:underline">Google Store</A>
</p>
</TabItem>
<TabItem title="How to use">
Expand Down

0 comments on commit 1555cf6

Please sign in to comment.