Update README.md
Browse files
README.md
CHANGED
@@ -18,14 +18,14 @@ language:
|
|
18 |
|
19 |
## Description
|
20 |
|
21 |
-
A model tailored to be conversational and execute function calls with [LocalAI](https://github.com/mudler/LocalAI). This model is based on llama3.2 (
|
22 |
|
23 |
## How to run
|
24 |
|
25 |
-
With LocalAI:
|
26 |
|
27 |
```
|
28 |
-
local-ai run LocalAI-functioncall-llama3.2-
|
29 |
```
|
30 |
|
31 |
## Updates
|
|
|
18 |
|
19 |
## Description
|
20 |
|
21 |
+
A model tailored to be conversational and execute function calls with [LocalAI](https://github.com/mudler/LocalAI). This model is based on llama3.2 (3B).
|
22 |
|
23 |
## How to run
|
24 |
|
25 |
+
With LocalAI (not there yet):
|
26 |
|
27 |
```
|
28 |
+
local-ai run LocalAI-functioncall-llama3.2-3b-v0.4
|
29 |
```
|
30 |
|
31 |
## Updates
|