We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82166b4 commit ee64822Copy full SHA for ee64822
docs/openapi.json
@@ -132,7 +132,7 @@
132
}
133
},
134
"conversation_id": "123e4567-e89b-12d3-a456-426614174000",
135
- "response": "LLM ansert"
+ "response": "LLM answer"
136
137
"400": {
138
"description": "Missing or invalid credentials provided by client",
@@ -276,7 +276,7 @@
276
"503": {
277
"description": "Service Unavailable",
278
"detail": {
279
- "response": "Configuration is no loaded"
+ "response": "Configuration is not loaded"
280
281
282
@@ -808,14 +808,7 @@
808
]
809
810
"inference": {
811
- "anyOf": [
812
- {
813
- "$ref": "#/components/schemas/InferenceConfiguration"
814
- },
815
816
- "type": "null"
817
- }
818
- ],
+ "$ref": "#/components/schemas/InferenceConfiguration",
819
"default": {}
820
821
0 commit comments