-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
.NET: Add FM Playground example applications in Amazon Bedrock (#5578)
Add FM Playground example applications for Amazon Bedrock --------- Co-authored-by: François Bouteruche <[email protected]> Co-authored-by: Laren-AWS <[email protected]> Co-authored-by: Brian Murray <[email protected]>
- Loading branch information
1 parent
8595338
commit 8e902ae
Showing
2 changed files
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "file://zonbook/docbookx.dtd" [ | ||
<!ENTITY % phrases-shared SYSTEM "file://AWSShared/common/phrases-shared.ent"> | ||
%phrases-shared; | ||
]> | ||
<block> | ||
<para> | ||
.NET Foundation Model (FM) Playground is a .NET MAUI Blazor sample application that showcases how to use &BRlong; from C# code. | ||
This example shows how .NET and C# developers can use &BR; | ||
to build generative AI-enabled applications. You can test and interact with &BR; foundation models by using the following four playgrounds: | ||
</para> | ||
<itemizedlist> | ||
<listitem> | ||
<para>A text playground.</para> | ||
</listitem> | ||
<listitem> | ||
<para>A chat playground.</para> | ||
</listitem> | ||
<listitem> | ||
<para>A voice chat playground.</para> | ||
</listitem> | ||
<listitem> | ||
<para>An image playground.</para> | ||
</listitem> | ||
</itemizedlist> | ||
<para>The example also lists and displays the foundation models you have access to and their characteristics. For source code and deployment | ||
instructions, see the project in <ulink url="https://github.com/build-on-aws/dotnet-fm-playground">GitHub</ulink>. | ||
</para> | ||
</block> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters