Skip to content

Commit

Permalink
Update usage.md (#565)
Browse files Browse the repository at this point in the history
The import location for get_data_manager has changed.
  • Loading branch information
jmahmood authored Nov 6, 2023
1 parent 57b1827 commit 32aff18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 32aff18

Please sign in to comment.