Skip to content

build-on-aws/swift-fm-playground

Swift FM Playground

Welcome to the Swift Foundation Model (FM) Playground, an example app to explore how to use Amazon Bedrock with the AWS SDK for Swift.

🚨 Important: This application is for educational purposes and not intended for production use.

Overview

🚧 Under construction 🚧

Prerequisites

🚧 Under construction 🚧

Running the Application

🚧 Under construction 🚧

Accessing the Application

To access the application, open http://localhost:3000 in your web browser.

Stopping the Application

To halt the application, you will need to stop both the backend and frontend processes.

Stopping the Frontend

In the terminal where the frontend is running, press Ctrl + C to terminate the process.

Stopping the Backend

Similarly, in the backend terminal, use the Ctrl + C shortcut to stop the server.