diff --git a/docs/usage.md b/docs/usage.md index 1e7f73f2..62a9943c 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -133,7 +133,7 @@ print(answer) Here's an example that utilizes OpenAI's stream response API: ```python -from gptcache.cache import get_data_manager +from gptcache.manager import get_data_manager from gptcache.core import cache, Cache from gptcache.adapter import openai