Skip to content

Commit 16a58f2

Browse files
authored
Add model_name parameter to OpenAI extra models documentation (#950)
Explain difference between `model_id` and `model_name`. Refs #925.
1 parent e02863c commit 16a58f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/openai-models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Let's say OpenAI have just released the `gpt-3.5-turbo-0613` model and you want
140140
model_name: gpt-3.5-turbo-0613
141141
aliases: ["0613"]
142142
```
143-
The `model_id` is the identifier that will be recorded in the LLM logs. You can use this to specify the model, or you can optionally include a list of aliases for that model.
143+
The `model_id` is the identifier that will be recorded in the LLM logs. You can use this to specify the model, or you can optionally include a list of aliases for that model. The `model_name` is the actual model identifier that will be passed to the API, which must match exactly what the API expects.
144144

145145
If the model is a completion model (such as `gpt-3.5-turbo-instruct`) add `completion: true` to the configuration.
146146

0 commit comments

Comments
 (0)