Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit ad13605

Browse files
committed
make example match audio sample
1 parent aa68403 commit ad13605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/python/ai-podcast-part-1.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ nitric start
230230
Once its up and running we can test out our API by running:
231231

232232
```bash
233-
curl -X POST http://localhost:8080/audio/test -d "Hello, this is a test of the audio generation system"
233+
curl -X POST http://localhost:8080/audio/test -d "Okay this is cool, but let's wait and see what comes next"
234234
```
235235

236236
Or you can use your favorite API client to test it out.

0 commit comments

Comments
 (0)