mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 08:07:56 +01:00
Docs: minor change
This commit is contained in:
parent
c1470870bb
commit
70648e75e6
@ -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…
Reference in New Issue
Block a user