diff --git a/fern/docs/pages/reference/completions.mdx b/fern/docs/pages/reference/completions.mdx index ce0be91..67949cb 100644 --- a/fern/docs/pages/reference/completions.mdx +++ b/fern/docs/pages/reference/completions.mdx @@ -6,7 +6,7 @@ You can get privacy-conserving text completions from any of the [available models](/docs/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.