Skip to content

Commit

Permalink
saving work
Browse files Browse the repository at this point in the history
  • Loading branch information
ardan-bkennedy committed Jun 7, 2024
1 parent 13b7b3c commit c4d70d8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fern/docs/pages/reference/completions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ title: Completions
---

You can get privacy-conserving text completions from any of the
[available models](/docs/options/enumerations) using a call to the `/completions` REST
[available models](/options/enumerations) using a call to the `/completions` REST
API endpoint or the `completions` class in the Python client.

## Generate A Text Completion
## Generate a Text Completion

To generate a text completion, you can use the following code examples. Depending
on your preference or requirements, select the appropriate method for your application.
Expand Down
4 changes: 4 additions & 0 deletions fern/docs/pages/reference/embeddings.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,7 @@ To generate embeddings, you can use the following code examples. Depending on yo
```
</CodeBlock>
</CodeBlocks>

This approach presents a straightforward way for readers to choose and apply the
code example that best suits their needs for generating text completions using
either Python, Go, Rust, JS, or cURL.

0 comments on commit c4d70d8

Please sign in to comment.