This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit 8875bdc authored and committed Oct 15, 2024
1 parent 9233446 commit 8875bdc Copy full SHA for 8875bdc
File tree 14 files changed +25
-25
lines changed
14 files changed +25
-25
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ import (
11
11
12
12
"github.com/openai/openai-go/internal/apijson"
13
13
"github.com/openai/openai-go/internal/apiquery"
14
- "github.com/openai/openai-go/internal/pagination"
15
14
"github.com/openai/openai-go/internal/param"
16
15
"github.com/openai/openai-go/internal/requestconfig"
17
16
"github.com/openai/openai-go/option"
17
+ "github.com/openai/openai-go/packages/pagination"
18
18
)
19
19
20
20
// BatchService contains methods and other services that help with interacting with
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ import (
12
12
13
13
"github.com/openai/openai-go/internal/apijson"
14
14
"github.com/openai/openai-go/internal/apiquery"
15
- "github.com/openai/openai-go/internal/pagination"
16
15
"github.com/openai/openai-go/internal/param"
17
16
"github.com/openai/openai-go/internal/requestconfig"
18
17
"github.com/openai/openai-go/option"
18
+ "github.com/openai/openai-go/packages/pagination"
19
19
"github.com/openai/openai-go/shared"
20
20
"github.com/tidwall/gjson"
21
21
)
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ import (
12
12
13
13
"github.com/openai/openai-go/internal/apijson"
14
14
"github.com/openai/openai-go/internal/apiquery"
15
- "github.com/openai/openai-go/internal/pagination"
16
15
"github.com/openai/openai-go/internal/param"
17
16
"github.com/openai/openai-go/internal/requestconfig"
18
17
"github.com/openai/openai-go/option"
18
+ "github.com/openai/openai-go/packages/pagination"
19
19
"github.com/tidwall/gjson"
20
20
)
21
21
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ import (
11
11
12
12
"github.com/openai/openai-go/internal/apijson"
13
13
"github.com/openai/openai-go/internal/apiquery"
14
- "github.com/openai/openai-go/internal/pagination"
15
14
"github.com/openai/openai-go/internal/param"
16
15
"github.com/openai/openai-go/internal/requestconfig"
17
16
"github.com/openai/openai-go/option"
17
+ "github.com/openai/openai-go/packages/pagination"
18
18
"github.com/openai/openai-go/packages/ssestream"
19
19
)
20
20
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ import (
12
12
13
13
"github.com/openai/openai-go/internal/apijson"
14
14
"github.com/openai/openai-go/internal/apiquery"
15
- "github.com/openai/openai-go/internal/pagination"
16
15
"github.com/openai/openai-go/internal/param"
17
16
"github.com/openai/openai-go/internal/requestconfig"
18
17
"github.com/openai/openai-go/option"
18
+ "github.com/openai/openai-go/packages/pagination"
19
19
"github.com/tidwall/gjson"
20
20
)
21
21
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ import (
12
12
13
13
"github.com/openai/openai-go/internal/apijson"
14
14
"github.com/openai/openai-go/internal/apiquery"
15
- "github.com/openai/openai-go/internal/pagination"
16
15
"github.com/openai/openai-go/internal/param"
17
16
"github.com/openai/openai-go/internal/requestconfig"
18
17
"github.com/openai/openai-go/option"
18
+ "github.com/openai/openai-go/packages/pagination"
19
19
"github.com/tidwall/gjson"
20
20
)
21
21
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ import (
11
11
12
12
"github.com/openai/openai-go/internal/apijson"
13
13
"github.com/openai/openai-go/internal/apiquery"
14
- "github.com/openai/openai-go/internal/pagination"
15
14
"github.com/openai/openai-go/internal/param"
16
15
"github.com/openai/openai-go/internal/requestconfig"
17
16
"github.com/openai/openai-go/option"
17
+ "github.com/openai/openai-go/packages/pagination"
18
18
)
19
19
20
20
// BetaVectorStoreFileService contains methods and other services that help with
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ import (
11
11
12
12
"github.com/openai/openai-go/internal/apijson"
13
13
"github.com/openai/openai-go/internal/apiquery"
14
- "github.com/openai/openai-go/internal/pagination"
15
14
"github.com/openai/openai-go/internal/param"
16
15
"github.com/openai/openai-go/internal/requestconfig"
17
16
"github.com/openai/openai-go/option"
17
+ "github.com/openai/openai-go/packages/pagination"
18
18
)
19
19
20
20
// BetaVectorStoreFileBatchService contains methods and other services that help
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ import (
15
15
"github.com/openai/openai-go/internal/apiform"
16
16
"github.com/openai/openai-go/internal/apijson"
17
17
"github.com/openai/openai-go/internal/apiquery"
18
- "github.com/openai/openai-go/internal/pagination"
19
18
"github.com/openai/openai-go/internal/param"
20
19
"github.com/openai/openai-go/internal/requestconfig"
21
20
"github.com/openai/openai-go/option"
21
+ "github.com/openai/openai-go/packages/pagination"
22
22
)
23
23
24
24
// FileService contains methods and other services that help with interacting with
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ import (
12
12
13
13
"github.com/openai/openai-go/internal/apijson"
14
14
"github.com/openai/openai-go/internal/apiquery"
15
- "github.com/openai/openai-go/internal/pagination"
16
15
"github.com/openai/openai-go/internal/param"
17
16
"github.com/openai/openai-go/internal/requestconfig"
18
17
"github.com/openai/openai-go/option"
18
+ "github.com/openai/openai-go/packages/pagination"
19
19
"github.com/openai/openai-go/shared"
20
20
"github.com/tidwall/gjson"
21
21
)
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ import (
11
11
12
12
"github.com/openai/openai-go/internal/apijson"
13
13
"github.com/openai/openai-go/internal/apiquery"
14
- "github.com/openai/openai-go/internal/pagination"
15
14
"github.com/openai/openai-go/internal/param"
16
15
"github.com/openai/openai-go/internal/requestconfig"
17
16
"github.com/openai/openai-go/option"
17
+ "github.com/openai/openai-go/packages/pagination"
18
18
)
19
19
20
20
// FineTuningJobCheckpointService contains methods and other services that help
Original file line number Diff line number Diff line change 9
9
"net/http"
10
10
11
11
"github.com/openai/openai-go/internal/apijson"
12
- "github.com/openai/openai-go/internal/pagination"
13
12
"github.com/openai/openai-go/internal/requestconfig"
14
13
"github.com/openai/openai-go/option"
14
+ "github.com/openai/openai-go/packages/pagination"
15
15
)
16
16
17
17
// ModelService contains methods and other services that help with interacting with
File renamed without changes.
You can’t perform that action at this time.
0 commit comments