langchain_community.llms.fireworks.acompletion_with_retry_batchingΒΆ

async langchain_community.llms.fireworks.acompletion_with_retry_batching(llm: Fireworks, use_retry: bool, *, run_manager: Optional[AsyncCallbackManagerForLLMRun] = None, **kwargs: Any) Any[source]ΒΆ

Use tenacity to retry the completion call.

Parameters
Return type

Any