Switched models to more reliable ones

This commit is contained in:
2024-02-25 22:54:19 -07:00
parent f4aab9470f
commit d3edeb6f3f
3 changed files with 10 additions and 13 deletions

5
go.mod
View File

@ -5,11 +5,9 @@ go 1.22.0
require github.com/diamondburned/arikawa/v3 v3.3.5
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
golang.org/x/net v0.21.0 // indirect
golang.org/x/sync v0.5.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
golang.org/x/sync v0.6.0 // indirect
)
require (
@ -18,6 +16,5 @@ require (
github.com/gorilla/websocket v1.5.1 // indirect
github.com/joho/godotenv v1.5.1
github.com/replicate/replicate-go v0.16.1
github.com/sashabaranov/go-openai v1.20.0
golang.org/x/time v0.5.0 // indirect
)