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 {