* 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
518 B
518 B
JavaScript Implementation
Basic implementation using the Pipecat JavaScript SDK.
Setup
-
Deploy the Modal server. See the main README.
-
Navigate to the
client/javascriptdirectory:
cd client/javascript
-
Modify the baseUrl in src/app.js to point to your deployed Modal endpoint
-
Install dependencies:
npm install
- Run the client app:
npm run dev
- Visit http://localhost:5173 in your browser.