We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b11b5e5 commit f733a0bCopy full SHA for f733a0b
docs/docs/guides/running-llms.md
@@ -90,7 +90,7 @@ The downloaded files are stored in documents directory of your application.
90
In order to send a message to the model, one can use the following code:
91
92
```typescript
93
-const llama = useLoadModels(
+const llama = useLLM(
94
modelSource: LLAMA3_2_1B_URL,
95
tokenizer: require('../assets/tokenizer.bin'),
96
);
0 commit comments