Skip to content

Commit b0f15e2

Browse files
Update doc/functions/openAIChat.md
Co-authored-by: Christopher Creutzig <[email protected]>
1 parent 56a65e7 commit b0f15e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/functions/openAIChat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ To connect to the OpenAI API, you need a valid API key. For information on how t
3434
`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)