From 1bc9916dd8cac68920f2da3f1c4ba40493964390 Mon Sep 17 00:00:00 2001 From: Gaspar Garcia Jr Date: Thu, 25 Apr 2024 13:46:44 -0700 Subject: [PATCH] Escape braces on /docs/ai-core/openai.mdx (#1449) --- docs/pages/docs/ai-core/openai.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pages/docs/ai-core/openai.mdx b/docs/pages/docs/ai-core/openai.mdx index 71c5fad321..d084758375 100644 --- a/docs/pages/docs/ai-core/openai.mdx +++ b/docs/pages/docs/ai-core/openai.mdx @@ -136,7 +136,7 @@ The following optional settings are available for OpenAI chat models: decrease or increase likelihood of selection; values like -100 or 100 should result in a ban or exclusive selection of the relevant token. - As an example, you can pass {"50256": -100} to prevent the <|endoftext|> + As an example, you can pass `{"50256": -100}` to prevent the <|endoftext|> token from being generated. - **logProbs** _boolean | number_ @@ -199,7 +199,7 @@ The following optional settings are available for OpenAI completion models: decrease or increase likelihood of selection; values like -100 or 100 should result in a ban or exclusive selection of the relevant token. - As an example, you can pass {"50256": -100} to prevent the <|endoftext|> + As an example, you can pass `{"50256": -100}` to prevent the <|endoftext|> token from being generated. - **logProbs** _boolean | number_