Skip to content

Commit

Permalink
chore: change the dataset tool to the gptscript-ai org
Browse files Browse the repository at this point in the history
This tool was moved back to the gptscript-ai org.

Signed-off-by: Donnie Adams <[email protected]>
  • Loading branch information
thedadams committed Nov 12, 2024
1 parent 31f2edf commit 4e1c10c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/sdkserver/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ func complete(opts ...Options) Options {
result.WorkspaceTool = "github.com/gptscript-ai/workspace-provider"
}
if result.DatasetTool == "" {
result.DatasetTool = "github.com/otto8-ai/datasets"
result.DatasetTool = "github.com/gptscript-ai/datasets"
}

return result
Expand Down

0 comments on commit 4e1c10c

Please sign in to comment.