From f691405c80cca4b3d6624e93b87ba220556df107 Mon Sep 17 00:00:00 2001 From: akaster99 Date: Tue, 3 Dec 2024 16:32:01 +0900 Subject: [PATCH] fix: uppercase --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ff9e3e..f5fb5a6 100644 --- a/README.md +++ b/README.md @@ -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()`. -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();