Skip to content

Commit

Permalink
remove default tools 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 11, 2024
1 parent 1372b96 commit ede8c49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gptscript/opts.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def __init__(
defaultModelProvider: str = "",
defaultModel: str = "",
cacheDir: str = "",
datasetToolRepo: str = "github.com/gptscript-ai/datasets",
datasetToolRepo: str = "",
env: list[str] = None,
):
self.URL = url
Expand Down Expand Up @@ -80,7 +80,7 @@ def __init__(self,
defaultModelProvider: str = "",
defaultModel: str = "",
cacheDir: str = "",
datasetToolDir: str = "github.com/gptscript-ai/datasets",
datasetToolDir: str = "",
):
super().__init__(url, token, apiKey, baseURL, defaultModelProvider, defaultModel, cacheDir, datasetToolDir, env)
self.input = input
Expand Down

0 comments on commit ede8c49

Please sign in to comment.