Skip to content

Commit

Permalink
Merge pull request #137 from ainize-team/refactor/woojae/readme_model…
Browse files Browse the repository at this point in the history
…_name

fix: uppercase
  • Loading branch information
akaster99 authored Dec 3, 2024
2 parents 54a1507 + f691405 commit 2d2353e
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 2d2353e

Please sign in to comment.