update to latest gpt model

This commit is contained in:
2025-02-01 22:57:23 -07:00
parent 91da21defb
commit b926215e94
6 changed files with 72 additions and 20 deletions

8
go.mod
View File

@ -3,15 +3,15 @@ module ctxGPT
go 1.19
require (
github.com/pkoukk/tiktoken-go v0.1.6
github.com/sashabaranov/go-openai v1.17.9
github.com/pkoukk/tiktoken-go v0.1.7
github.com/sashabaranov/go-openai v1.36.1
zombiezen.com/go/sqlite v0.13.1
)
require (
github.com/dlclark/regexp2 v1.10.0 // indirect
github.com/dlclark/regexp2 v1.11.4 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/mattn/go-isatty v0.0.16 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
github.com/stretchr/testify v1.8.3 // indirect