mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-30 06:30:43 +00:00
plumbing for cli context and loader, stash before picking up initializers
This commit is contained in:
parent
45285bb5d8
commit
1ef6ba2b52
6 changed files with 139 additions and 34 deletions
|
@ -77,4 +77,15 @@ components:
|
|||
#@overlay/match missing_ok=True
|
||||
x-localai-extensions:
|
||||
$ref: "#/components/schemas/LocalAIImageRequestExtension"
|
||||
|
||||
CreateChatCompletionResponse:
|
||||
properties:
|
||||
choices:
|
||||
items:
|
||||
#@overlay/match missing_ok=True
|
||||
x-go-type-name: "CreateChatCompletionResponseChoice"
|
||||
CreateCompletionResponse:
|
||||
properties:
|
||||
choices:
|
||||
items:
|
||||
#@overlay/match missing_ok=True
|
||||
x-go-type-name: "CreateCompletionResponseChoice"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue