mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-31 16:05:00 +00:00
chore(model gallery): add LocalAI-functioncall-phi-4-v0.3 (#4599)
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
parent
69c6e5b192
commit
1b3e89c89c
2 changed files with 26 additions and 0 deletions
|
@ -3,6 +3,16 @@ name: "phi-4-chat"
|
|||
|
||||
config_file: |
|
||||
mmap: true
|
||||
function:
|
||||
json_regex_match:
|
||||
- "(?s)<Output>(.*?)</Output>"
|
||||
capture_llm_results:
|
||||
- (?s)<Thought>(.*?)</Thought>
|
||||
replace_llm_results:
|
||||
- key: (?s)<Thought>(.*?)</Thought>
|
||||
value: ""
|
||||
grammar:
|
||||
properties_order: "name,arguments"
|
||||
template:
|
||||
chat_message: |
|
||||
<|im_start|>{{ .RoleName }}<|im_sep|>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue