mudler commited on
Commit
48031e9
·
verified ·
1 Parent(s): 60bf4fe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
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 (1B).
22
 
23
  ## How to run
24
 
25
- With LocalAI:
26
 
27
  ```
28
- local-ai run LocalAI-functioncall-llama3.2-1b-v0.4
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