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

Commit 4bb53ff

Browse files
committed
add local dashboard links and instructions on getting clips.
1 parent c80ff8f commit 4bb53ff

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,8 @@ Once its up and running we can test out our API by running:
241241
curl -X POST http://localhost:4001/audio/test -d "Okay this is cool, but let's wait and see what comes next"
242242
```
243243

244+
Or you can use the [nitric dashboard](http://localhost:49152/) to submit the same text.
245+
244246
Or you can use your favorite API client to test it out.
245247

246248
<Note>
@@ -264,6 +266,10 @@ Once the generation is complete you should have something like this:
264266
</audio>
265267
</div>
266268

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+
267273
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.
268274

269275
## Prepare to deploy to the cloud

0 commit comments

Comments
 (0)