Skip to content

Commit

Permalink
Merge pull request #138 from ainize-team/develop
Browse files Browse the repository at this point in the history
Develop -> main
  • Loading branch information
akaster99 authored Dec 3, 2024
2 parents eea3a58 + 2d2353e commit c6e3184
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 c6e3184

Please sign in to comment.