Skip to content

Commit 5dab330

Browse files
committed
fix default dataset tools
Signed-off-by: Grant Linville <grant@acorn.io>
1 parent 6515d93 commit 5dab330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/sdkserver/datasets.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ func (r datasetRequest) getToolRepo() string {
3838
if r.DatasetTool != "" {
3939
return r.DatasetTool
4040
}
41-
return "github.com/g-linville/datasets@rewrite-as-daemon"
41+
return "github.com/otto8-ai/datasets"
4242
}
4343

4444
type listDatasetsArgs struct {

0 commit comments

Comments
 (0)