Private
Public Access
1
0

Update to yaml.v3

Bonus: better rendering of tool results in the chat
This commit is contained in:
2024-06-23 04:00:55 +00:00
parent a1fc8a637b
commit 11402c5534
4 changed files with 4 additions and 8 deletions

View File

@@ -5,7 +5,7 @@ import (
"os"
"git.mlow.ca/mlow/lmcli/pkg/util"
"github.com/go-yaml/yaml"
"gopkg.in/yaml.v3"
)
type Config struct {

View File

@@ -11,7 +11,7 @@ import (
"github.com/charmbracelet/lipgloss"
"github.com/muesli/reflow/wordwrap"
"github.com/muesli/reflow/wrap"
"gopkg.in/yaml.v2"
"gopkg.in/yaml.v3"
)
// styles