Skip to content

Commit

Permalink
Update README.md (#137)
Browse files Browse the repository at this point in the history
invoiking -> invoking
  • Loading branch information
eltociear authored Apr 9, 2024
1 parent 791b7b7 commit 265eb21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ aim to improve applications working with LLMs:
metadata={}
)
# 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)
response = llmcache.check(prompt="What is France's capital city?")
print(response[0]["response"])
```
Expand Down

0 comments on commit 265eb21

Please sign in to comment.