Ask a question to get started
Enter to sendā¢Shift+Enter new line
Look up based on prompt and LLM.
alookup_with_id_through_llm( self, prompt: str, llm: LLM, stop: list[str] | None = None ) -> tuple[str, RETURN_VAL_TYPE] | None
prompt
str
the prompt string to look up
llm
LLM
the LLM instance whose parameters are used in the lookup
stop
list[str] | None
None
optional list of stop words passed to the LLM calls