Skip to content

Commit

Permalink
Update MakerSuite links in TextFX (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-wade authored Aug 2, 2023
1 parent 03b6244 commit 4931e6c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
6 changes: 3 additions & 3 deletions demos/palm/web/textfx/src/components/layouts/about/about.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,13 +140,13 @@ const AboutScreen = ({onClose = () => {}}: IAbout) => {
LLMs. We used MakerSuite to prototype all of the tools in TextFX.
</p>
<p>
To get started using MakerSuite, head over to{' '}
To get started using MakerSuite, head{' '}
<a
href="http://makersuite.google.com"
href="https://developers.generativeai.google/products/makersuite"
target="_blank"
rel="noopener noreferrer"
>
makersuite.google.com
here
</a>
.
</p>
Expand Down
11 changes: 9 additions & 2 deletions demos/palm/web/textfx/src/constants.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -830,8 +830,15 @@ const constructMacroExplainer = (taskDescription: string) => {
The table below shows how we primed the LLM to {taskDescription}. The
format of this table is adapted from MakerSuite, which is a platform
that makes it easy to build and experiment with LLM prompts. To learn
more, head over to{' '}
<a href="makersuite.google.com">makersuite.google.com</a>.
more about MakerSuite, head{' '}
<a
href="https://developers.generativeai.google/products/makersuite"
target="_blank"
rel="noopener noreferrer"
>
here
</a>
.
</p>
</>
)
Expand Down

0 comments on commit 4931e6c

Please sign in to comment.