Skip to content

Commit 81538c9

Browse files
Remove double-ticks
1 parent fbd8369 commit 81538c9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/functions/openAIChat.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Connect to OpenAI® Chat Completion API from MATLAB®
1212
`chat = openAIChat(systemPrompt)`
1313

1414

15-
`chat = openAIChat(___,ApiKey=key)`
15+
`chat = openAIChat(___,APIKey=key)`
1616

1717

1818
`chat = openAIChat(___,Name=Value)`
@@ -28,13 +28,13 @@ To connect to the OpenAI API, you need a valid API key. For information on how t
2828
`chat = openAIChat` creates an `openAIChat` object. Connecting to the OpenAI API requires a valid API key. Either set the environment variable `OPENAI_API_KEY` or specify the `APIKey` name\-value argument.
2929

3030

31-
`chat = openAIChat(``systemPrompt``)` creates an `openAIChat` object with the specified system prompt.
31+
`chat = openAIChat(systemPrompt)` creates an `openAIChat` object with the specified system prompt.
3232

3333

34-
`chat = openAIChat(___,``APIKey``=key)` uses the specified API key.
34+
`chat = openAIChat(___,APIKey=key)` uses the specified API key.
3535

3636

37-
`chat = openAIChat(___,``Name=Value``)` specifies additional options using one or more name\-value arguments.
37+
`chat = openAIChat(___,Name=Value)` specifies additional options using one or more name\-value arguments.
3838

3939
# Input Arguments
4040
### `systemPrompt` — System prompt

0 commit comments

Comments
 (0)