File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,7 @@ Handle request to the / endpoint.
2626
2727| Status Code | Description | Component |
2828| -------------| -------------| -----------|
29- | 200 | Successful Response | string
30- |
29+ | 200 | Successful Response | string |
3130## GET ` /v1/info `
3231
3332> ** Info Endpoint Handler**
@@ -48,8 +47,7 @@ Returns:
4847
4948| Status Code | Description | Component |
5049| -------------| -------------| -----------|
51- | 200 | Successful Response | [ InfoResponse] ( #inforesponse )
52- |
50+ | 200 | Successful Response | [ InfoResponse] ( #inforesponse ) |
5351## GET ` /v1/models `
5452
5553> ** Models Endpoint Handler**
@@ -76,7 +74,6 @@ Returns:
7674| -------------| -------------| -----------|
7775| 200 | Successful Response | [ ModelsResponse] ( #modelsresponse ) |
7876| 503 | Connection to Llama Stack is broken | |
79-
8077## POST ` /v1/query `
8178
8279> ** Query Endpoint Handler**
@@ -396,8 +393,7 @@ Prometheus format.
396393
397394| Status Code | Description | Component |
398395| -------------| -------------| -----------|
399- | 200 | Successful Response | string
400- |
396+ | 200 | Successful Response | string |
401397---
402398
403399# 📋 Components
You can’t perform that action at this time.
0 commit comments