add single prompt call

This commit is contained in:
2023-12-21 16:53:31 -07:00
parent 02583c7e0e
commit 9810ffdeb8
3 changed files with 51 additions and 0 deletions

1
go.mod
View File

@ -4,6 +4,7 @@ go 1.19
require (
github.com/pkoukk/tiktoken-go v0.1.6
github.com/sashabaranov/go-openai v1.17.9
zombiezen.com/go/sqlite v0.13.1
)