Skip to content

Commit

Permalink
docs: update try-it-out.md (mudler#2906)
Browse files Browse the repository at this point in the history
  • Loading branch information
eltociear authored Jul 18, 2024
1 parent 25f9791 commit 6de12c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/docs/getting-started/try-it-out.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ With the CLI you can list the models with `local-ai models list` and install the
You can also [run models manually]({{%relref "docs/getting-started/manual" %}}) by copying files into the `models` directory.
{{% /alert %}}

You can test out the API endpoints using `curl`, few examples are listed below. The models we are refering here (`gpt-4`, `gpt-4-vision-preview`, `tts-1`, `whisper-1`) are the default models that come with the AIO images - you can also use any other model you have installed.
You can test out the API endpoints using `curl`, few examples are listed below. The models we are referring here (`gpt-4`, `gpt-4-vision-preview`, `tts-1`, `whisper-1`) are the default models that come with the AIO images - you can also use any other model you have installed.

### Text Generation

Expand Down Expand Up @@ -193,4 +193,4 @@ Don't use the model file as `model` in the request unless you want to handle the

Use the model names like you would do with OpenAI like in the examples below. For instance `gpt-4-vision-preview`, or `gpt-4`.

{{% /alert %}}
{{% /alert %}}

0 comments on commit 6de12c6

Please sign in to comment.