mirror of
https://github.com/lightbroker/llmsecops-research.git
synced 2026-08-16 00:00:29 +02:00
support prompt template loading
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user