Feat: add default style

This commit is contained in:
Grail Finder
2024-12-02 20:53:22 +03:00
parent a5ab816c94
commit b9a5c681a6
2 changed files with 22 additions and 2 deletions

View File

@@ -9,8 +9,9 @@ import (
)
var (
// TODO: form that message based on existing funcs
toolCallRE = regexp.MustCompile(`__tool_call__\s*([\s\S]*?)__tool_call__`)
toolCallRE = regexp.MustCompile(`__tool_call__\s*([\s\S]*?)__tool_call__`)
// quotesRE = regexp.MustCompile(`(".*")`)
// starRE = regexp.MustCompile(`(\*.*\*)`)
basicSysMsg = `Large Language Model that helps user with any of his requests.`
toolSysMsg = `You're a helpful assistant.
# Tools