Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis committed Jan 3, 2024
1 parent c0d2360 commit 743207f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/docs/modules/model_io/chat/chat_model_caching.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
"source": [
"%%time\n",
"from langchain.cache import InMemoryCache\n",
"\n",
"set_llm_cache(InMemoryCache())\n",
"\n",
"# The first time, it is not yet in cache, so it should take longer\n",
Expand Down
1 change: 1 addition & 0 deletions docs/docs/modules/model_io/llms/llm_caching.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"source": [
"%%time\n",
"from langchain.cache import InMemoryCache\n",
"\n",
"set_llm_cache(InMemoryCache())\n",
"\n",
"# The first time, it is not yet in cache, so it should take longer\n",
Expand Down

0 comments on commit 743207f

Please sign in to comment.