get_completions#
- langchain_community.llms.aviary.get_completions(model: str, prompt: str, use_prompt_format: bool = True, version: str = '') Dict[str, str | float | int] [source]#
Get completions from Aviary models.
- Parameters:
model (str) –
prompt (str) –
use_prompt_format (bool) –
version (str) –
- Return type:
Dict[str, str | float | int]