Skip to content

Commit ea39855

Browse files
committed
Specify litellm version in requirements.txt.
1 parent 73bdddd commit ea39855

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

knowledge_storm/lm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
litellm.drop_params = True
3838
litellm.telemetry = False
3939

40-
from litellm.caching import Cache
40+
from litellm.caching.caching import Cache
4141

4242
disk_cache_dir = os.path.join(Path.home(), ".storm_local_cache")
4343
litellm.cache = Cache(disk_cache_dir=disk_cache_dir, type="disk")

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ langchain-huggingface
88
qdrant-client
99
langchain-qdrant
1010
numpy==1.26.4
11+
litellm==1.59.3
12+
diskcache

0 commit comments

Comments
 (0)