removed image

This commit is contained in:
Chad Bailey
2025-04-08 16:57:44 +00:00
parent df1aac0cc8
commit 031879423a
2 changed files with 0 additions and 33 deletions

View File

@@ -1,33 +0,0 @@
# Multi-Transport Chatbot Server
A Pipecat bot.py file that is built to be deployed to Pipecat Cloud.
## Environment Variables
Copy `env.example` to `.env` and configure:
```ini
OPENAI_API_KEY= # Your OpenAI API key (required for OpenAI bot)
CARTESIA_API_KEY= # Your Cartesia API key
```
## Running the server locally
Set up and activate your virtual environment:
```bash
python3 -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
```
Install dependencies:
```bash
pip install -r requirements.txt
```
Run the server:
```bash
LOCAL_RUN=1 python bot.py
```

Binary file not shown.

Before

Width:  |  Height:  |  Size: 733 KiB