Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
louisjoecodes authored Dec 20, 2024
1 parent 88ef911 commit 9ef1fd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/conversational-ai/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## How to run the code

1. Clone this repo
1. `cd elevenlabs-examples/examples/conversational-ai-python`
1. `cd elevenlabs-examples/examples/conversational-ai/python`
1. Install the dependencies with either `poetry` or `pip`:

```bash
Expand All @@ -30,4 +30,4 @@
python3 -m convai.demo
```

1. You can talk to your agent. The demo will use the system default audio input/output devices - make sure your microphone and speakers or headphones are not muted. You can end the conversation by pressing Ctrl+C.
1. You can talk to your agent. The demo will use the system default audio input/output devices - make sure your microphone and speakers or headphones are not muted. You can end the conversation by pressing Ctrl+C.

0 comments on commit 9ef1fd7

Please sign in to comment.