We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1597ffe commit 4fdf8aeCopy full SHA for 4fdf8ae
docs/token-management.md
@@ -141,7 +141,7 @@ You can get model's address by calling `/v1/models` endpoint.
141
```shell
142
MODELS=$(curl ${HOST}/maas-api/v1/models \
143
-H "Content-Type: application/json" \
144
- -H "Authorization: Bearer ${ACCESS_TOKEN}" | jq . -r)
+ -H "Authorization: Bearer ${ACCESS_TOKEN}")
145
146
echo $MODELS | jq .
147
MODEL_URL=$(echo $MODELS | jq -r '.data[0].url')
0 commit comments