feat: add /edit endpoint (#119)

This commit is contained in:
Ettore Di Giacinto
2023-04-29 09:22:09 +02:00
committed by GitHub
parent d0ceebc5d7
commit 52f4d993c1
7 changed files with 296 additions and 199 deletions

1
go.mod
View File

@@ -10,6 +10,7 @@ require (
github.com/jaypipes/ghw v0.10.0
github.com/onsi/ginkgo/v2 v2.9.2
github.com/onsi/gomega v1.27.6
github.com/otiai10/openaigo v1.1.0
github.com/rs/zerolog v1.29.1
github.com/sashabaranov/go-openai v1.9.0
github.com/urfave/cli/v2 v2.25.1