Templates: Migrate tool calling templates to folder
Mirrors the llm-prompt-templates repo Signed-off-by: kingbri <bdashore3@proton.me>
This commit is contained in:
parent
df11890851
commit
776bfd817d
2 changed files with 5 additions and 1 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -192,7 +192,11 @@ templates/*
|
|||
!templates/place_your_templates_here.txt
|
||||
!templates/alpaca.jinja
|
||||
!templates/chatml.jinja
|
||||
!templates/chatml_with_headers_tool_calling.jinja
|
||||
|
||||
# Tool calling templates folder
|
||||
templates/tool_calls/*
|
||||
!templates/tool_calls
|
||||
!templates/tool_calls/chatml_with_headers.jinja
|
||||
|
||||
# Sampler overrides folder
|
||||
sampler_overrides/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue