Loading
fix(models, summarize): update llm_model retrieval to use from_env method
* Changed default_factory for llm_model in DocumentSummary to use AiConfig.from_env(). * Updated model retrieval in LiteLLMClient to ensure consistent environment configuration.