You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
Copy file name to clipboardExpand all lines: doc/functions/openAIChat.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ To connect to the OpenAI API, you need a valid API key. For information on how t
28
28
`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.
29
29
30
30
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.
32
32
33
33
34
34
`chat = openAIChat(___,APIKey=key)` uses the specified API key.
0 commit comments