Skip to content

Commit

Permalink
docs: changed chat/completions/status endpoint tag to GET
Browse files Browse the repository at this point in the history
  • Loading branch information
francis2tm committed Feb 5, 2024
1 parent f23de76 commit 9307976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/app/api-reference/chat/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ Generate text from text. {{ className: 'lead' }}
</Col>
<Col sticky>
<CodeGroup title="Request" tag="POST" label="/v1/chat/completions/status">
<CodeGroup title="Request" tag="GET" label="/v1/chat/completions/status">
```bash {{ title: 'cURL' }}
curl http://localhost:33322/v1/chat/completions/status \
Expand Down

0 comments on commit 9307976

Please sign in to comment.