Files
pipecat/examples/deployment/modal-example/client/javascript/README.md
Mattie Ruth 64b2a75a94 Update Modal App: (#1755)
* Update Modal App:

Updated Modal App to include:

1. Latest Modal API usage
2. Ability to launch different Pipecat pipelines, much like the
   simple chatbot example
3. Ability to choose which pipeline is launched via the
   /connect endpoint
4. Added a pipeline option for connecting to a self-hosted LLM
   on Modal
5. Improved READMEs
6. Added a web client for interacting with the Modal deployment

tmp

* Update README
2025-05-12 12:45:43 -05:00

518 B

JavaScript Implementation

Basic implementation using the Pipecat JavaScript SDK.

Setup

  1. Deploy the Modal server. See the main README.

  2. Navigate to the client/javascript directory:

cd client/javascript
  1. Modify the baseUrl in src/app.js to point to your deployed Modal endpoint

  2. Install dependencies:

npm install
  1. Run the client app:
npm run dev
  1. Visit http://localhost:5173 in your browser.