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:
kingbri 2024-09-08 12:28:38 -04:00
parent df11890851
commit 776bfd817d
2 changed files with 5 additions and 1 deletions

6
.gitignore vendored
View file

@ -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/*