Skip to content

Commit d402d61

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 d402d61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/sdkserver/server.go

+1-1
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)