Skip to content

Commit

Permalink
fix datasets link
Browse files Browse the repository at this point in the history
  • Loading branch information
jjallaire committed Jan 13, 2025
1 parent 4d680d2 commit 1d48fd9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/multimodal.qmd
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@ The following models currently support image inputs:

For Bedrock, AzureAI, and Groq, please consult model provider documentation for details on which models support image inputs.

To include an image in a [dataset](dataset.qmd) you should use JSON input format (either standard JSON or JSON Lines). For example, here we include an image alongside some text content:
To include an image in a [dataset](datasets.qmd) you should use JSON input format (either standard JSON or JSON Lines). For example, here we include an image alongside some text content:

``` javascript
"input": [
@@ -78,7 +78,7 @@ The following models currently support audio inputs:
- Open AI: `gpt-4o-audio-preview`
- Google/Vertex: Gemini 1.5 and 2.0 models

To include audio in a [dataset](dataset.qmd) you should use JSON input format (either standard JSON or JSON Lines). For example, here we include audio alongside some text content:
To include audio in a [dataset](datasets.qmd) you should use JSON input format (either standard JSON or JSON Lines). For example, here we include audio alongside some text content:

``` javascript
"input": [
@@ -120,7 +120,7 @@ The following models currently support video inputs:

- Google: Gemini 1.5 and 2.0 models

To include video in a [dataset](dataset.qmd) you should use JSON input format (either standard JSON or JSON Lines). For example, here we include video alongside some text content:
To include video in a [dataset](datasets.qmd) you should use JSON input format (either standard JSON or JSON Lines). For example, here we include video alongside some text content:

``` javascript
"input": [

0 comments on commit 1d48fd9

Please sign in to comment.