Update README.md
Browse files
README.md
CHANGED
@@ -23,7 +23,15 @@ datasets:
|
|
23 |
|
24 |
## Description
|
25 |
|
26 |
-
A model tailored to be conversational and execute function calls with LocalAI. This model is based on phi-4.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
|
28 |
## Updates
|
29 |
|
|
|
23 |
|
24 |
## Description
|
25 |
|
26 |
+
A model tailored to be conversational and execute function calls with [LocalAI](https://github.com/mudler/LocalAI). This model is based on phi-4.
|
27 |
+
|
28 |
+
## How to run
|
29 |
+
|
30 |
+
With LocalAI:
|
31 |
+
|
32 |
+
```
|
33 |
+
local-ai run LocalAI-functioncall-phi-4-v0.3
|
34 |
+
```
|
35 |
|
36 |
## Updates
|
37 |
|