Interface: LlamaCppCompletionPrompt
Properties
images
• Optional
images: Record
<number
, string
>
Maps image id to image base data.
Defined in
packages/modelfusion/src/model-provider/llamacpp/LlamaCppCompletionModel.ts:196
text
• text: string
Text prompt. Images can be included through references such as [img-ID]
, e.g. [img-1]
.
Defined in
packages/modelfusion/src/model-provider/llamacpp/LlamaCppCompletionModel.ts:191