Skip to content

Commit 97abc9b

Browse files
authored
docs: fix README example
1 parent 3df12b7 commit 97abc9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ import {
6666

6767
function MyComponent() {
6868
// Initialize the model 🚀
69-
const llama = useLLM({
69+
const llm = useLLM({
7070
modelSource: LLAMA3_2_1B,
7171
tokenizerSource: LLAMA3_2_TOKENIZER,
7272
tokenizerConfigSource: LLAMA3_2_TOKENIZER_CONFIG,

0 commit comments

Comments
 (0)