Skip to content

Commit

Permalink
Merge pull request #114 from edgenai:chore(docs)/fixed_typos
Browse files Browse the repository at this point in the history
chore(docs): fixed typos
  • Loading branch information
francis2tm authored Mar 8, 2024
2 parents ba8056c + e5778e8 commit 4107d28
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/src/app/api-reference/audio/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Discover how to convert audio to text or text to audio. OpenAI compliant. {{ cla
</Col>
<Col sticky>

<CodeGroup title="Request" tag="POST" label="v1/audio/transcriptions">
<CodeGroup title="Request" tag="POST" label="/v1/audio/transcriptions">

```bash {{ title: 'cURL' }}
curl http://localhost:33322/v1/audio/transcriptions \
Expand Down Expand Up @@ -136,7 +136,7 @@ Discover how to convert audio to text or text to audio. OpenAI compliant. {{ cla
</Col>
<Col sticky>

<CodeGroup title="Request" tag="GET" label="v1/audio/transcriptions/status">
<CodeGroup title="Request" tag="GET" label="/v1/audio/transcriptions/status">

```bash {{ title: 'cURL' }}
curl http://localhost:33322/v1/audio/transcriptions/status \
Expand Down
6 changes: 3 additions & 3 deletions docs/src/app/api-reference/models/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Note that the model services handle only managed models. Models that you downloa

<Col sticky>

<CodeGroup title="Request" tag="GET" label="v1/models">
<CodeGroup title="Request" tag="GET" label="/v1/models">

```bash {{ title: 'cURL' }}
curl http://localhost:33322/v1/models \
Expand Down Expand Up @@ -129,7 +129,7 @@ Note that the model services handle only managed models. Models that you downloa

<Col sticky>

<CodeGroup title="Request" tag="GET" label="v1/models">
<CodeGroup title="Request" tag="GET" label="/v1/models">

```bash {{ title: 'cURL' }}
curl http://localhost:33322/v1/models/TheBloke%2fneural-chat-7B-v3-3-GGUF \
Expand Down Expand Up @@ -195,7 +195,7 @@ Note that the model services handle only managed models. Models that you downloa

<Col sticky>

<CodeGroup title="Request" tag="GET" label="v1/models">
<CodeGroup title="Request" tag="DELETE" label="/v1/models">

```bash {{ title: 'cURL' }}
curl -X DELETE http://localhost:33322/v1/models/TheBloke%2fneural-chat-7B-v3-3-GGUF \
Expand Down

0 comments on commit 4107d28

Please sign in to comment.