Skip to content

Commit

Permalink
fix: uppercase
Browse files Browse the repository at this point in the history
  • Loading branch information
akaster99 committed Dec 3, 2024
1 parent 72eeff4 commit f691405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ This feature is supported from AIN Wallet version 2.0.5 or later.
### Using model

You can use a model using `ainize.getModel(<MODEL_NAME>)`.
For example, you can use the `Ainize_free_inference` model, which runs Meta's [Llama 3.1 8B instruct](https://huggingface.co/meta-llama/Llama-3.1-8B-Instruct) model.
For example, you can use the `ainize_free_inference` model, which runs Meta's [Llama 3.1 8B instruct](https://huggingface.co/meta-llama/Llama-3.1-8B-Instruct) model.

```typescript
const model = await ainize.getModel(<MODEL_NAME>);
Expand Down

0 comments on commit f691405

Please sign in to comment.