We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
litellm
requirements.txt
1 parent 73bdddd commit ea39855Copy full SHA for ea39855
knowledge_storm/lm.py
@@ -37,7 +37,7 @@
37
litellm.drop_params = True
38
litellm.telemetry = False
39
40
-from litellm.caching import Cache
+from litellm.caching.caching import Cache
41
42
disk_cache_dir = os.path.join(Path.home(), ".storm_local_cache")
43
litellm.cache = Cache(disk_cache_dir=disk_cache_dir, type="disk")
requirements.txt
@@ -8,3 +8,5 @@ langchain-huggingface
8
qdrant-client
9
langchain-qdrant
10
numpy==1.26.4
11
+litellm==1.59.3
12
+diskcache
0 commit comments