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 (
11
11
"path/filepath"
12
12
"testing"
13
13
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"
17
17
)
18
18
19
19
func 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) {
301
301
}
302
302
303
303
// 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 {
305
305
return r .extraFields
306
306
}
307
307
You can’t perform that action at this time.
0 commit comments