support prompt template loading

This commit is contained in:
Adam Wilson
2025-07-07 21:38:42 -06:00
parent 911b629217
commit af75e9aabf
22 changed files with 291 additions and 97 deletions
+5 -1
View File
@@ -2,4 +2,8 @@ class Constants:
ASSISTANT_TOKEN = "<|assistant|>"
END_TOKEN = "<|end|>"
SYSTEM_TOKEN = "<|system|>"
USER_TOKEN = "<|user|>"
USER_TOKEN = "<|user|>"
# prompt template IDs
class PromptTemplateIds:
PHI_3_MINI_4K_INSTRUCT_BASIC = "phi-3-mini-4k-instruct-basic"