Refactor: moving tool related code into tools package
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user