Skip to content

Commit

Permalink
Escape braces on /docs/ai-core/openai.mdx (#1449)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaspar09 committed Apr 25, 2024
1 parent a8a78ef commit 1bc9916
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pages/docs/ai-core/openai.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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_
Expand Down Expand Up @@ -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_
Expand Down

0 comments on commit 1bc9916

Please sign in to comment.