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
Copy file name to clipboardExpand all lines: doc/functions/openAIChat.md
+11-3Lines changed: 11 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -42,8 +42,12 @@ To connect to the OpenAI API, you need a valid API key. For information on how t
42
42
character vector | string scalar
43
43
44
44
45
-
Specify the system prompt and set the `SystemPrompt` property. The system prompt is a natural language description that provides the framework in which a large language model generates its responses. The system prompt can include instructions about tone, communications style, language, etc.
45
+
Specify the system prompt and set the `SystemPrompt` property. The system prompt is a natural language description that provides the framework in which a large language model generates its responses. The system prompt can include instructions about tone, communications style, language, etc.
46
46
47
+
Specifying a system prompt is not supported for these models:
48
+
49
+
-`ModelName="o1-preview"`
50
+
-`ModelName="o1-mini"`
47
51
48
52
**Example**: `"You are a helpful assistant who provides answers to user queries in iambic pentameter."`
49
53
@@ -94,10 +98,10 @@ Optionally specify these properties at construction using name\-value arguments.
0 commit comments