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
Original file line number
Diff line number
Diff line change
@@ -1052,7 +1052,7 @@ To know the `id` of the adapter, use GET `/lora-adapters`
1052
1052
1053
1053
Returns information about the loaded model. See [OpenAI Models API documentation](https://platform.openai.com/docs/api-reference/models).
1054
1054
1055
-
The returned list always has one single element.
1055
+
The returned list always has one single element. The `meta` field can be `null` (for example, while the model is still loading).
1056
1056
1057
1057
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