add/update services, constants

This commit is contained in:
Adam Wilson
2025-06-25 12:53:24 -06:00
parent 9057b0e977
commit 9b8b6b7105
11 changed files with 145 additions and 74 deletions
+5
View File
@@ -0,0 +1,5 @@
class Constants:
ASSISTANT_TOKEN = "<|assistant|>"
END_TOKEN = "<|end|>"
SYSTEM_TOKEN = "<|system|>"
USER_TOKEN = "<|user|>"