Skip to content

Commit f43168e

Browse files
committed
fix links
1 parent 7612070 commit f43168e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/core_docs/docs/use_cases/media.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The first example loads an audio (MP3) file containing Mozart's Requiem in D Min
2727

2828
import CodeBlock from "@theme/CodeBlock";
2929

30-
import AudioExample from "@examples/use_cases/audio.ts";
30+
import AudioExample from "@examples/use_cases/media/audio.ts";
3131

3232
<CodeBlock language="typescript">{AudioExample}</CodeBlock>
3333

@@ -45,7 +45,7 @@ Gemini did pretty well here! For music not being it's primary focus, it was able
4545
This example takes a screen recording of a [LangChain YouTube video on datasets and testing in LangSmith](https://www.youtube.com/watch?v=N9hjO-Uy1Vo) sped up to 1.5x speed.
4646
It is then converted to `base64` format like the example above, and sent to Gemini with a prompt asking for structured output of tasks I can do to followup on the video.
4747

48-
import VideoExample from "@examples/use_cases/video.ts";
48+
import VideoExample from "@examples/use_cases/media/video.ts";
4949

5050
<CodeBlock language="typescript">{VideoExample}</CodeBlock>
5151

0 commit comments

Comments
 (0)