mudler commited on
Commit
20dbef9
·
verified ·
1 Parent(s): ca3a33c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
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
+ ```