You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Superopenai currently caches the results of LLM calls only in memory. Is there a way to save the cache on disk for subsequent runs of the program? I don't usually have multiple identical LLM calls within one run of the program, but duplication across multiple program runs is frequent.
The text was updated successfully, but these errors were encountered:
Superopenai currently caches the results of LLM calls only in memory. Is there a way to save the cache on disk for subsequent runs of the program? I don't usually have multiple identical LLM calls within one run of the program, but duplication across multiple program runs is frequent.
The text was updated successfully, but these errors were encountered: