create a tool that uses AI to categorize banking transactions

This commit is contained in:
2023-05-30 23:12:12 -06:00
commit 2004ad0f44
10 changed files with 11094 additions and 0 deletions

5
go.mod Normal file
View File

@ -0,0 +1,5 @@
module budgetTool
go 1.19
require github.com/sashabaranov/go-openai v1.9.2 // indirect