From 691275e39d78433e95e447ce76d25cb030b121a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Ferreira?= Date: Tue, 28 May 2024 12:08:57 +0200 Subject: [PATCH] docs: :memo: Update Llama Index documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97b2984..c6e02e2 100644 --- a/README.md +++ b/README.md @@ -506,7 +506,7 @@ pip install `'tokencost[llama-index]'` To use the base callback handler, you may import it: ```python -from tokencost.callbacks.llama_index import BaseCallbackHandler +from tokencost.callbacks.llama_index import TokenCostHandler ``` and pass to your framework callback handler.