mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-10 13:27:36 +00:00
fix: error in gptcache example nb (#4930)
This commit is contained in:
parent
7e8e21c914
commit
3002c1d508
@ -415,7 +415,7 @@
|
||||
"\n",
|
||||
"# Avoid multiple caches using the same file, causing different llm model caches to affect each other\n",
|
||||
"\n",
|
||||
"def init_gptcache(cache_obj: Cache, llm str):\n",
|
||||
"def init_gptcache(cache_obj: Cache, llm: str):\n",
|
||||
" cache_obj.init(\n",
|
||||
" pre_embedding_func=get_prompt,\n",
|
||||
" data_manager=manager_factory(manager=\"map\", data_dir=f\"map_cache_{llm}\"),\n",
|
||||
|
Loading…
Reference in New Issue
Block a user