Skip to content

Commit 73c645f

Browse files
committed
[Docs] Change response symbol to json in openai_compatible_server.md
Signed-off-by: windsonsea <[email protected]>
1 parent 089a306 commit 73c645f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/serving/openai_compatible_server.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ curl -v "http://127.0.0.1:8000/classify" \
403403

404404
Response:
405405

406-
```bash
406+
```json
407407
{
408408
"id": "classify-7c87cac407b749a6935d8c7ce2a8fba2",
409409
"object": "list",
@@ -453,7 +453,7 @@ curl -v "http://127.0.0.1:8000/classify" \
453453

454454
Response:
455455

456-
```bash
456+
```json
457457
{
458458
"id": "classify-9bf17f2847b046c7b2d5495f4b4f9682",
459459
"object": "list",
@@ -525,7 +525,7 @@ curl -X 'POST' \
525525

526526
Response:
527527

528-
```bash
528+
```json
529529
{
530530
"id": "score-request-id",
531531
"object": "list",
@@ -567,7 +567,7 @@ curl -X 'POST' \
567567

568568
Response:
569569

570-
```bash
570+
```json
571571
{
572572
"id": "score-request-id",
573573
"object": "list",
@@ -616,7 +616,7 @@ curl -X 'POST' \
616616

617617
Response:
618618

619-
```bash
619+
```json
620620
{
621621
"id": "score-request-id",
622622
"object": "list",
@@ -695,7 +695,7 @@ curl -X 'POST' \
695695

696696
Response:
697697

698-
```bash
698+
```json
699699
{
700700
"id": "rerank-fae51b2b664d4ed38f5969b612edff77",
701701
"model": "BAAI/bge-reranker-base",

0 commit comments

Comments
 (0)