diff --git a/docs/pages/docs/ai-core/openai.mdx b/docs/pages/docs/ai-core/openai.mdx index 71c5fad3212..d084758375d 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_