/suggest prototype

This commit is contained in:
Ian Gulliver
2024-11-25 18:01:37 -06:00
parent 75d5bb81ad
commit 63fdf35d06
2 changed files with 58 additions and 5 deletions

9
go.mod
View File

@@ -1,3 +1,12 @@
module github.com/gopatchy/p
go 1.22
require github.com/openai/openai-go v0.1.0-alpha.38
require (
github.com/tidwall/gjson v1.14.4 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
github.com/tidwall/sjson v1.2.5 // indirect
)