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 --- models/models.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'models') diff --git a/models/models.go b/models/models.go index 0373e9b..2ac087a 100644 --- a/models/models.go +++ b/models/models.go @@ -69,7 +69,7 @@ func (m RoleMsg) ToText(i int) string { default: icon = fmt.Sprintf("(%d) <%s>: ", i, m.Role) } - textMsg := fmt.Sprintf("%s%s\n", icon, m.Content) + textMsg := fmt.Sprintf("%s\n%s\n", icon, m.Content) return strings.ReplaceAll(textMsg, "\n\n", "\n") } -- cgit v1.2.3