Enha: improve colours and formatingg

This commit is contained in:
Grail Finder
2024-12-05 20:13:07 +03:00
parent 990e0695c5
commit e811bc51d4
4 changed files with 20 additions and 11 deletions

View File

@@ -9,9 +9,9 @@ import (
)
var (
toolCallRE = regexp.MustCompile(`__tool_call__\s*([\s\S]*?)__tool_call__`)
// quotesRE = regexp.MustCompile(`(".*")`)
// starRE = regexp.MustCompile(`(\*.*\*)`)
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