mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-05 21:12:48 +00:00
fix: error in gptcache example nb (#4930)
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user