Skip to content

Commit 71e0282

Browse files
MiriamScharnkeccreutzi
authored andcommitted
Doc fix: openAIChat.modelName is read\-only after construction
1 parent 0d3f92e commit 71e0282

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/functions/openAIChat.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,10 @@ Optionally specify these properties at construction using name\-value arguments.
100100

101101
Name of the OpenAI model to use for text generation.
102102

103-
104103
For information about currently supported models, see the OpenAI documentation at [https://platform.openai.com/docs/overview](https://platform.openai.com/docs/overview).
105104

105+
After construction, this property is read\-only.
106+
106107
### `Temperature` — Temperature
107108

108109
`1` (default) | numeric scalar between `0` and `2`

0 commit comments

Comments
 (0)