update to latest gpt model
This commit is contained in:
8
go.mod
8
go.mod
@ -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
|
||||
|
Reference in New Issue
Block a user