Skip to content

Commit

Permalink
Merge pull request #136 from ainize-team/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
akaster99 authored Dec 3, 2024
2 parents 0954334 + 54a1507 commit eea3a58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +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.

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

0 comments on commit eea3a58

Please sign in to comment.