Ask a question to get started
Enter to send•Shift+Enter new line
Set a new LLM cache, overwriting the previous value, if any.
set_llm_cache( value: Optional[BaseCache], ) -> None
value
Optional[BaseCache]
The new LLM cache to use. If None, the LLM cache is disabled.
None