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