From e811bc51d401ecde194df562034ae529943546d0 Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Thu, 5 Dec 2024 20:13:07 +0300 Subject: Enha: improve colours and formatingg --- tools.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tools.go') diff --git a/tools.go b/tools.go index 5c5472e..bb9012e 100644 --- a/tools.go +++ b/tools.go @@ -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 -- cgit v1.2.3