langchain_community.llms.fireworks.completion_with_retryΒΆ

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

Use tenacity to retry the completion call.

Parameters
Return type

Any