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: tools/server/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1040,7 +1040,7 @@ To know the `id` of the adapter, use GET `/lora-adapters`
1040
1040
1041
1041
Returns information about the loaded model. See [OpenAI Models API documentation](https://platform.openai.com/docs/api-reference/models).
1042
1042
1043
-
The returned list always has one single element.
1043
+
The returned list always has one single element. The `meta` field can be `null` (for example, while the model is still loading).
1044
1044
1045
1045
By default, model `id` field is the path to model file, specified via `-m`. You can set a custom value for model `id` field via `--alias` argument. For example, `--alias gpt-4o-mini`.
0 commit comments