Skip to content

Commit 4e1c10c

Browse files
committed
chore: change the dataset tool to the gptscript-ai org
This tool was moved back to the gptscript-ai org. Signed-off-by: Donnie Adams <[email protected]>
1 parent 31f2edf commit 4e1c10c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/sdkserver/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ func complete(opts ...Options) Options {
174174
result.WorkspaceTool = "github.com/gptscript-ai/workspace-provider"
175175
}
176176
if result.DatasetTool == "" {
177-
result.DatasetTool = "github.com/otto8-ai/datasets"
177+
result.DatasetTool = "github.com/gptscript-ai/datasets"
178178
}
179179

180180
return result

0 commit comments

Comments
 (0)