File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ import (
1111 "path/filepath"
1212 "testing"
1313
14- utils "github.com/sashabaranov /go-openai/internal"
15- "github.com/sashabaranov /go-openai/internal/test"
16- "github.com/sashabaranov /go-openai/internal/test/checks"
14+ utils "github.com/meguminnnnnnnnn /go-openai/internal"
15+ "github.com/meguminnnnnnnnn /go-openai/internal/test"
16+ "github.com/meguminnnnnnnnn /go-openai/internal/test/checks"
1717)
1818
1919func TestAudioWithFailingFormBuilder (t * testing.T ) {
Original file line number Diff line number Diff line change @@ -301,7 +301,7 @@ func (r *ChatCompletionRequest) SetExtraFields(extraFields map[string]any) {
301301}
302302
303303// GetExtraFields returns the extra fields set in the request.
304- func (r ChatCompletionRequest ) GetExtraFields () map [string ]any {
304+ func (r * ChatCompletionRequest ) GetExtraFields () map [string ]any {
305305 return r .extraFields
306306}
307307
You can’t perform that action at this time.
0 commit comments