We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3df12b7 commit 97abc9bCopy full SHA for 97abc9b
1 file changed
README.md
@@ -66,7 +66,7 @@ import {
66
67
function MyComponent() {
68
// Initialize the model 🚀
69
- const llama = useLLM({
+ const llm = useLLM({
70
modelSource: LLAMA3_2_1B,
71
tokenizerSource: LLAMA3_2_TOKENIZER,
72
tokenizerConfigSource: LLAMA3_2_TOKENIZER_CONFIG,
0 commit comments