plumbing for cli context and loader, stash before picking up initializers

This commit is contained in:
Dave Lee 2023-06-01 23:43:34 -04:00
parent 45285bb5d8
commit 1ef6ba2b52
No known key found for this signature in database
6 changed files with 139 additions and 34 deletions

View file

@ -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"