diff --git a/go.mod b/go.mod index 5d99425d..1b61001f 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,5 @@ module github.com/whybeyoung/go-openai -go 1.18 +go 1.21.9 + +require github.com/sashabaranov/go-openai v1.36.0