You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 20, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: docs/guides/python/ai-podcast-part-1.mdx
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -241,6 +241,8 @@ Once its up and running we can test out our API by running:
241
241
curl -X POST http://localhost:4001/audio/test -d "Okay this is cool, but let's wait and see what comes next"
242
242
```
243
243
244
+
Or you can use the [nitric dashboard](http://localhost:49152/) to submit the same text.
245
+
244
246
Or you can use your favorite API client to test it out.
245
247
246
248
<Note>
@@ -264,6 +266,10 @@ Once the generation is complete you should have something like this:
264
266
</audio>
265
267
</div>
266
268
269
+
You can find your generated clip in the `clips` bucket in the [Nitric Dashboard](http://localhost:49152/storage).
270
+
271
+
It can also be located in `.nitric/run/buckets/clips` directory of your project.
272
+
267
273
Feel free to play around with it a bit more before continuing on. It can be fun to experiment with different text inputs and see what the model generates.
0 commit comments