Skip to content

Commit 265eb21

Browse files
authored
Update README.md (#137)
invoiking -> invoking
1 parent 791b7b7 commit 265eb21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ aim to improve applications working with LLMs:
260260
metadata={}
261261
)
262262
263-
# quickly check the cache with a slightly different prompt (before invoiking an LLM)
263+
# quickly check the cache with a slightly different prompt (before invoking an LLM)
264264
response = llmcache.check(prompt="What is France's capital city?")
265265
print(response[0]["response"])
266266
```

0 commit comments

Comments
 (0)