shithub
tenseleyflow
/
documentlanguagemodel
/
Sign in
Sign up
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
documentlanguagemodel
Public
Watch
0
Fork
0
Star
0
documentlanguagemodel
/
src
/
dlm
/
export
/
ollama
/
templates
/
phi4mini.gotmpl
Go Template · 197 bytes
Raw
Blame
History
1
<|system|>Your name is Phi, an AI math expert developed by Microsoft.
{{-
if
.System
}}
{{
.System
}}{{
end
}}
<|end|>
{{-
range
.Messages
}}
<|
{{
.Role
}}
|>
{{
.Content
}}
<|end|>
{{
end
}}
<|assistant|>
2