Clients.FFLiteLLMClient ======================= Synchronous LiteLLM-backed AI client implementing FFAIClientBase contract. Delegates all shared logic to ``BaseLiteLLMClient`` and provides only the synchronous ``completion()`` call and ``clone()`` factory. .. automodule:: ffai.Clients.FFLiteLLMClient :members: :undoc-members: :show-inheritance: Classes ------- .. autoclass:: ffai.Clients.FFLiteLLMClient.FFLiteLLMClient :members: :undoc-members: :show-inheritance: :inherited-members: