Skip to content

Commit

Permalink
update default dataset tool repo
Browse files Browse the repository at this point in the history
Signed-off-by: Grant Linville <[email protected]>
  • Loading branch information
g-linville committed Oct 22, 2024
1 parent d46ec1c commit 1ebbecc
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 @@ -35,7 +35,7 @@ func (r datasetRequest) getToolRepo() string {
if r.DatasetToolRepo != "" {
return r.DatasetToolRepo
}
return "github.com/gptscript-ai/datasets"
return "github.com/otto8-ai/datasets"
}

func (s *server) listDatasets(w http.ResponseWriter, r *http.Request) {
Expand Down

0 comments on commit 1ebbecc

Please sign in to comment.