mirror of
https://github.com/lightbroker/llmsecops-research.git
synced 2026-07-06 04:57:50 +02:00
5 lines
140 B
Python
5 lines
140 B
Python
class Constants:
|
|
ASSISTANT_TOKEN = "<|assistant|>"
|
|
END_TOKEN = "<|end|>"
|
|
SYSTEM_TOKEN = "<|system|>"
|
|
USER_TOKEN = "<|user|>" |