Skip to content

Commit

Permalink
readme lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jpvajda committed Jan 30, 2025
1 parent 35baac8 commit 79cbbb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ pip install -r examples/requirements-examples.txt
To run each example set the `DEEPGRAM_API_KEY` as an environment variable, then `cd` into each example folder and execute the example with: `python main.py` or `python3 main.py`.

### Agent

- Simple - [examples/agent/simple](https://github.com/deepgram/deepgram-python-sdk/blob/main/examples/agent/simple/main.py)
- Async Simple - [examples/agent/async_simple](https://github.com/deepgram/deepgram-python-sdk/blob/main/examples/agent/async_simple/main.py)

Expand Down

0 comments on commit 79cbbb3

Please sign in to comment.