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