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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,9 +100,10 @@ Optionally specify these properties at construction using name\-value arguments.
100
100
101
101
Name of the OpenAI model to use for text generation.
102
102
103
-
104
103
For information about currently supported models, see the OpenAI documentation at [https://platform.openai.com/docs/overview](https://platform.openai.com/docs/overview).
105
104
105
+
After construction, this property is read\-only.
106
+
106
107
### `Temperature` — Temperature
107
108
108
109
`1` (default) | numeric scalar between `0` and `2`
0 commit comments