Factory function that creates an LLM adapter for a model string.
typedef LlmFactory = BaseLlm Function(String model);