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 0ee49cf commit 470d5e5Copy full SHA for 470d5e5
3 files changed
swagger/docs.go
@@ -2521,6 +2521,9 @@ const docTemplate = `{
2521
"type": "string"
2522
}
2523
},
2524
+ "min_p": {
2525
+ "type": "number"
2526
+ },
2527
"model": {
2528
2529
swagger/swagger.json
@@ -2514,6 +2514,9 @@
2514
2515
2516
2517
2518
2519
2520
swagger/swagger.yaml
@@ -1005,6 +1005,8 @@ definitions:
1005
additionalProperties:
1006
type: string
1007
type: object
1008
+ min_p:
1009
+ type: number
1010
model:
1011
1012
model_base_name:
0 commit comments