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 791b7b7 commit 265eb21Copy full SHA for 265eb21
README.md
@@ -260,7 +260,7 @@ aim to improve applications working with LLMs:
260
metadata={}
261
)
262
263
- # quickly check the cache with a slightly different prompt (before invoiking an LLM)
+ # quickly check the cache with a slightly different prompt (before invoking an LLM)
264
response = llmcache.check(prompt="What is France's capital city?")
265
print(response[0]["response"])
266
```
0 commit comments