Use newer model cause Discord be bussin'
This commit is contained in:
9
go.mod
9
go.mod
@ -1,11 +1,14 @@
|
||||
module git.ewnix.net/phlux/discord-gpt-bot
|
||||
module discord-gpt-bot
|
||||
|
||||
go 1.24.2
|
||||
|
||||
require (
|
||||
github.com/bwmarrin/discordgo v0.28.1 // indirect
|
||||
github.com/bwmarrin/discordgo v0.28.1
|
||||
github.com/sashabaranov/go-openai v1.38.2
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/gorilla/websocket v1.4.2 // indirect
|
||||
github.com/sashabaranov/go-openai v1.38.2 // indirect
|
||||
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b // indirect
|
||||
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 // indirect
|
||||
)
|
||||
|
Reference in New Issue
Block a user