mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-30 06:30:43 +00:00
draft of the config mapper?
This commit is contained in:
parent
9a1302ac0c
commit
8cf65018ac
4 changed files with 143 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue