Skip to content

Commit 56a65e7

Browse files
Update doc/functions/openAIChat.md
I know why those happened, and can avoid them in the future! In MLX files, you can create hyperlinks which link to lines in the same file. I tried to see whether this would translate into the markdown - turns out it hasn't. What it has done is taken those hyperlinks and just given them extra backticks with no functionality. So long as I stop trying to link between passages, this should not be an issue. Co-authored-by: Christopher Creutzig <[email protected]>
1 parent 19c70ee commit 56a65e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/functions/openAIChat.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ 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

3434
`chat = openAIChat(___,APIKey=key)` uses the specified API key.

0 commit comments

Comments
 (0)