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