From 13b7b3c7e68f2b2599063c778acd4b2b27bd0e5d Mon Sep 17 00:00:00 2001 From: William Kennedy Date: Fri, 7 Jun 2024 11:02:23 -0400 Subject: [PATCH] saving work --- fern/docs/pages/reference/completions.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.