Skip to content

Commit

Permalink
fix default dataset tools
Browse files Browse the repository at this point in the history
Signed-off-by: Grant Linville <[email protected]>
  • Loading branch information
g-linville committed Nov 4, 2024
1 parent 6515d93 commit 5dab330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/sdkserver/datasets.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func (r datasetRequest) getToolRepo() string {
if r.DatasetTool != "" {
return r.DatasetTool
}
return "github.com/g-linville/datasets@rewrite-as-daemon"
return "github.com/otto8-ai/datasets"
}

type listDatasetsArgs struct {
Expand Down

0 comments on commit 5dab330

Please sign in to comment.