Skip to content

Commit f733a0b

Browse files
Change useLoadModels to useLLM in docs (#19)
1 parent b11b5e5 commit f733a0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/guides/running-llms.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ The downloaded files are stored in documents directory of your application.
9090
In order to send a message to the model, one can use the following code:
9191

9292
```typescript
93-
const llama = useLoadModels(
93+
const llama = useLLM(
9494
modelSource: LLAMA3_2_1B_URL,
9595
tokenizer: require('../assets/tokenizer.bin'),
9696
);

0 commit comments

Comments
 (0)