We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8c5d4a commit d9df4baCopy full SHA for d9df4ba
lisette/usage.py
@@ -7,6 +7,7 @@
7
8
# %% ../nbs/01_usage.ipynb
9
from litellm.integrations.custom_logger import CustomLogger
10
+from fastcore.utils import patch
11
import time
12
try:
13
from fastlite import *
nbs/01_usage.ipynb
@@ -29,6 +29,7 @@
29
"source": [
30
"#| export\n",
31
"from litellm.integrations.custom_logger import CustomLogger\n",
32
+ "from fastcore.utils import patch\n",
33
"import time\n",
34
"try: \n",
35
" from fastlite import *\n",
@@ -56,6 +57,7 @@
56
57
"metadata": {},
58
"outputs": [],
59
60
+ "#| hide\n",
61
"enable_cachy()"
62
]
63
},
0 commit comments