llava_call_binary

llava_call_binary(
    prompt: str,
    images: list[Any],
    config_list: list[dict[str, Any]],
    max_new_tokens: int = 1000,
    temperature: float = 0.5,
    seed: int = 1
) -> 
Parameters:
NameDescription
promptType: str
imagesType: list[typing.Any]
config_listType: list[dict[str, typing.Any]]
max_new_tokensType: int

Default: 1000
temperatureType: float

Default: 0.5
seedType: int

Default: 1