mirror of
https://github.com/lightbroker/llmsecops-research.git
synced 2026-08-16 08:10:25 +02:00
add/update services, constants
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class Constants:
|
||||
ASSISTANT_TOKEN = "<|assistant|>"
|
||||
END_TOKEN = "<|end|>"
|
||||
SYSTEM_TOKEN = "<|system|>"
|
||||
USER_TOKEN = "<|user|>"
|
||||
Reference in New Issue
Block a user