Docs: minor change
This commit is contained in:
parent
c1470870bb
commit
70648e75e6
1 changed files with 2 additions and 2 deletions
|
@ -99,7 +99,7 @@ curl http://127.0.0.1:5000/v1/chat/completions \
|
||||||
|
|
||||||
#### Logits
|
#### Logits
|
||||||
|
|
||||||
```
|
```shell
|
||||||
curl -k http://127.0.0.1:5000/v1/internal/logits \
|
curl -k http://127.0.0.1:5000/v1/internal/logits \
|
||||||
-H "Content-Type: application/json" \
|
-H "Content-Type: application/json" \
|
||||||
-d '{
|
-d '{
|
||||||
|
@ -110,7 +110,7 @@ curl -k http://127.0.0.1:5000/v1/internal/logits \
|
||||||
|
|
||||||
#### Logits after sampling parameters
|
#### Logits after sampling parameters
|
||||||
|
|
||||||
```
|
```shell
|
||||||
curl -k http://127.0.0.1:5000/v1/internal/logits \
|
curl -k http://127.0.0.1:5000/v1/internal/logits \
|
||||||
-H "Content-Type: application/json" \
|
-H "Content-Type: application/json" \
|
||||||
-d '{
|
-d '{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue