From 72eeff46a3f1d12f9ee0017b1f51a12397367a17 Mon Sep 17 00:00:00 2001 From: akaster99 Date: Tue, 3 Dec 2024 16:20:20 +0900 Subject: [PATCH] edit readme.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8ba409f..3ff9e3e 100644 --- a/README.md +++ b/README.md @@ -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()`. +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();