draft of the config mapper?

This commit is contained in:
Dave Lee 2023-06-06 17:48:34 -04:00
parent 9a1302ac0c
commit 8cf65018ac
4 changed files with 143 additions and 12 deletions

View file

@ -16,6 +16,9 @@ components:
seed:
type: integer
nullable: true
debug:
type: boolean
nullable: true
#@overlay/match missing_ok=True
LocalAITextRequestExtension:
allOf:
@ -72,6 +75,11 @@ components:
#@overlay/match missing_ok=True
x-localai-extensions:
$ref: "#/components/schemas/LocalAITextRequestExtension"
CreateCompletionRequest:
properties:
#@overlay/match missing_ok=True
x-localai-extensions:
$ref: "#/components/schemas/LocalAITextRequestExtension"
CreateImageRequest:
properties:
#@overlay/match missing_ok=True