@@ -95,8 +95,7 @@ The supported name\-value arguments depend on the chat completion API.
95
95
| ` TimeOut ` | Supported | Supported | Supported |
96
96
| ` StreamFun ` | Supported | Supported | Supported |
97
97
| ` ResponseFormat ` | Supported | Supported | Supported |
98
- | ` ModelName ` | Supported | | |
99
- | ` Model ` | | | Supported |
98
+ | ` ModelName ` | Supported | | Supported |
100
99
| ` PresencePenalty ` | Supported | Supported | |
101
100
| ` FrequencyPenalty ` | Supported | Supported | |
102
101
| ` NumCompletions ` | Supported | Supported | |
@@ -211,26 +210,12 @@ Structured output is only supported for models `"gpt-4o-mini"`, `"gpt-4o-mini-20
211
210
` model.ModelName ` (default) | ` "gpt-4o-mini" ` | ` "gpt-4" ` | ` "gpt-3.5-turbo" ` | ` "dall-e-2" ` | ...
212
211
213
212
214
- Name of the OpenAI model to use for text generation.
213
+ Name of the OpenAI or Ollama model to use for text generation.
215
214
215
+ To use an Ollama model, first install it following the instructions at [ https://ollama.com/library ] ( https://ollama.com/library ) .
216
216
217
- This option is only supported for [ ` openAIChat ` ] ( openAIChat.md ) objects.
218
217
219
- ### ` Model ` — Model name
220
-
221
- ` model.Model ` (default) | character vector | string scalar
222
-
223
-
224
- Name of the Ollama model to use for text generation.
225
-
226
-
227
- To use an Ollama model, first install it following the instructions at [ https://ollama.com/library .] ( https://ollama.com/library. )
228
-
229
-
230
- This option is only supported for [ ` ollamaChat ` ] ( ollamaChat.md ) objects.
231
-
232
-
233
- ** Example:** ` "mistral" `
218
+ This option is only supported for [ ` openAIChat ` ] ( openAIChat.md ) and [ ` ollamaChat ` ] ( ollamaChat.md ) objects.
234
219
235
220
### ` PresencePenalty ` — Presence penalty
236
221
0 commit comments