mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-30 06:30:43 +00:00
swap devbox again, broken momentarily due to codegen, investigate multiple allOf hierarchy
This commit is contained in:
parent
c24044d6a1
commit
0ee645e091
8 changed files with 108 additions and 161 deletions
|
@ -62,6 +62,27 @@ components:
|
|||
type: array
|
||||
items:
|
||||
type: string
|
||||
|
||||
#@overlay/match missing_ok=True
|
||||
LocalAIChatRequestExtension:
|
||||
allOf:
|
||||
- $ref: "#/components/schemas/LocalAITextRequestExtension"
|
||||
- type: object
|
||||
nullable: true
|
||||
properties:
|
||||
roles:
|
||||
type: object
|
||||
nullable: true
|
||||
properties:
|
||||
system:
|
||||
type: string
|
||||
nullable: true
|
||||
user:
|
||||
type: string
|
||||
nullable: true
|
||||
assistant:
|
||||
type: string
|
||||
nullable: true
|
||||
#@overlay/match missing_ok=True
|
||||
LocalAIImageRequestExtension:
|
||||
allOf:
|
||||
|
@ -82,7 +103,7 @@ components:
|
|||
properties:
|
||||
#@overlay/match missing_ok=True
|
||||
x-localai-extensions:
|
||||
$ref: "#/components/schemas/LocalAITextRequestExtension"
|
||||
$ref: "#/components/schemas/LocalAIChatRequestExtension"
|
||||
CreateCompletionRequest:
|
||||
properties:
|
||||
#@overlay/match missing_ok=True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue