Skip to content

Commit b98297b

Browse files
committed
Updated mistral client
1 parent 72a5b56 commit b98297b

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

pkg/openai/embedding.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
package openai
22

33
import (
4-
// Packages
54
"context"
65

6+
// Packages
77
client "github.com/mutablelogic/go-client"
88
schema "github.com/mutablelogic/go-client/pkg/openai/schema"
99

pkg/openai/embedding_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import (
55
"os"
66
"testing"
77

8+
// Packages
89
opts "github.com/mutablelogic/go-client"
910
openai "github.com/mutablelogic/go-client/pkg/openai"
1011
assert "github.com/stretchr/testify/assert"

pkg/openai/image_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import (
77
"path/filepath"
88
"testing"
99

10+
// Packages
1011
opts "github.com/mutablelogic/go-client"
1112
openai "github.com/mutablelogic/go-client/pkg/openai"
1213
assert "github.com/stretchr/testify/assert"

pkg/openai/moderations.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
package openai
22

33
import (
4-
// Packages
54
"context"
65

6+
// Packages
77
client "github.com/mutablelogic/go-client"
88
)
99

pkg/openai/opts.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
package openai
22

33
import (
4-
54
// Packages
6-
"github.com/mutablelogic/go-client"
7-
"github.com/mutablelogic/go-client/pkg/openai/schema"
5+
client "github.com/mutablelogic/go-client"
6+
schema "github.com/mutablelogic/go-client/pkg/openai/schema"
87

98
// Namespace imports
109
. "github.com/djthorpe/go-errors"

0 commit comments

Comments
 (0)