mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-10-01 01:26:03 -04: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
|
||||
|
||||
```
|
||||
```shell
|
||||
curl -k http://127.0.0.1:5000/v1/internal/logits \
|
||||
-H "Content-Type: application/json" \
|
||||
-d '{
|
||||
@ -110,7 +110,7 @@ curl -k http://127.0.0.1:5000/v1/internal/logits \
|
||||
|
||||
#### Logits after sampling parameters
|
||||
|
||||
```
|
||||
```shell
|
||||
curl -k http://127.0.0.1:5000/v1/internal/logits \
|
||||
-H "Content-Type: application/json" \
|
||||
-d '{
|
||||
|
Loading…
Reference in New Issue
Block a user