We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31f2edf commit 4e1c10cCopy full SHA for 4e1c10c
pkg/sdkserver/server.go
@@ -174,7 +174,7 @@ func complete(opts ...Options) Options {
174
result.WorkspaceTool = "github.com/gptscript-ai/workspace-provider"
175
}
176
if result.DatasetTool == "" {
177
- result.DatasetTool = "github.com/otto8-ai/datasets"
+ result.DatasetTool = "github.com/gptscript-ai/datasets"
178
179
180
return result
0 commit comments