↓ 2 callersMethodget_llm_summ(self, search_results:dict, question, user_query, search_intent, current_query)
searchagent/models/reader.py:23
Method__init__(self, llm:GPTAPI, webpage_cache, summary_prompt, extract_prompt, search_api_key, proxy, **baseconfig)
searchagent/models/reader.py:10
Method__init__(
self,
llm: Union[BaseLLM, Dict],
template: Union[str, dict, List[dict]] = None,
searchagent/models/basellm.py:646
Method__init__(
self,
llm: Union[BaseLLM, Dict],
template: Union[str, dict, List[dict]] = None,
searchagent/models/basellm.py:730