We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
../localGoPath/pkg/mod/github.com/sashabaranov/go-openai@v1.9.0/chat_stream.go:30:15: syntax error: unexpected [, expecting semicolon or newline or } ../localGoPath/pkg/mod/github.com/sashabaranov/go-openai@v1.9.0/stream.go:15:15: syntax error: unexpected [, expecting semicolon or newline or } ../localGoPath/pkg/mod/github.com/sashabaranov/go-openai@v1.9.0/stream_reader.go:12:31: syntax error: unexpected |, expecting semicolon or newline or } ../localGoPath/pkg/mod/github.com/sashabaranov/go-openai@v1.9.0/stream_reader.go:15:21: syntax error: unexpected streamable, expecting ] ../localGoPath/pkg/mod/github.com/sashabaranov/go-openai@v1.9.0/stream_reader.go:25:27: syntax error: unexpected [, expecting comma or ) ../localGoPath/pkg/mod/github.com/sashabaranov/go-openai@v1.9.0/stream_reader.go:33:1: syntax error: non-declaration statement outside function body ../localGoPath/pkg/mod/github.com/sashabaranov/go-openai@v1.9.0/stream_reader.go:44:2: syntax error: non-declaration statement outside function body ../localGoPath/pkg/mod/github.com/sashabaranov/go-openai@v1.9.0/stream_reader.go:70:27: syntax error: unexpected [, expecting comma or )
The text was updated successfully, but these errors were encountered:
@Winston1011 Perhaps your locally installed version of Go is less than 1.18. go-openai uses generics internally, so Go 1.18 or higher is required.
Sorry, something went wrong.
Closing this due to lack of comments for an extended period.
No branches or pull requests
../localGoPath/pkg/mod/github.com/sashabaranov/go-openai@v1.9.0/chat_stream.go:30:15: syntax error: unexpected [, expecting semicolon or newline or }
../localGoPath/pkg/mod/github.com/sashabaranov/go-openai@v1.9.0/stream.go:15:15: syntax error: unexpected [, expecting semicolon or newline or }
../localGoPath/pkg/mod/github.com/sashabaranov/go-openai@v1.9.0/stream_reader.go:12:31: syntax error: unexpected |, expecting semicolon or newline or }
../localGoPath/pkg/mod/github.com/sashabaranov/go-openai@v1.9.0/stream_reader.go:15:21: syntax error: unexpected streamable, expecting ]
../localGoPath/pkg/mod/github.com/sashabaranov/go-openai@v1.9.0/stream_reader.go:25:27: syntax error: unexpected [, expecting comma or )
../localGoPath/pkg/mod/github.com/sashabaranov/go-openai@v1.9.0/stream_reader.go:33:1: syntax error: non-declaration statement outside function body
../localGoPath/pkg/mod/github.com/sashabaranov/go-openai@v1.9.0/stream_reader.go:44:2: syntax error: non-declaration statement outside function body
../localGoPath/pkg/mod/github.com/sashabaranov/go-openai@v1.9.0/stream_reader.go:70:27: syntax error: unexpected [, expecting comma or )
The text was updated successfully, but these errors were encountered: