mirror of
https://github.com/lightbroker/llmsecops-research.git
synced 2026-07-07 05:27:52 +02:00
implement singular guidelines calls in main service
This commit is contained in:
@@ -5,6 +5,8 @@ class Constants:
|
||||
PHI_3_USER_START_TOKEN = "<|user|>"
|
||||
INPUT_VARIABLE_TOKEN = "input"
|
||||
|
||||
ALT_COMPLETION_TEXT = "I can't answer that."
|
||||
|
||||
class PromptTemplateIds:
|
||||
PHI_3_MINI_4K_INSTRUCT_BASIC = "phi-3-mini-4k-instruct-basic"
|
||||
PHI_3_MINI_4K_INSTRUCT_ZERO_SHOT_CHAIN_OF_THOUGHT = "phi-3-mini-4k-instruct-zero-shot-cot"
|
||||
|
||||
Reference in New Issue
Block a user