summaryrefslogtreecommitdiff
path: root/models
diff options
context:
space:
mode:
Diffstat (limited to 'models')
-rw-r--r--models/consts.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/models/consts.go b/models/consts.go
index 8b4002b..14f1a49 100644
--- a/models/consts.go
+++ b/models/consts.go
@@ -3,6 +3,8 @@ package models
const (
LoadedMark = "(loaded) "
ToolRespMultyType = "multimodel_content"
+ DefaultFirstMsg = "Hello! What can I do for you?"
+ BasicSysMsg = "Large Language Model that helps user with any of his requests."
)
type APIType int