langchain_community.llms.symblai_nebula.completion_with_retry¶

langchain_community.llms.symblai_nebula.completion_with_retry(llm: Nebula, **kwargs: Any) Any[source]¶

Use tenacity to retry the completion call.

Parameters
  • llm (Nebula) –

  • kwargs (Any) –

Return type

Any