Skip to content

Commit

Permalink
Merge pull request #38 from thedadams/loc-run-opts
Browse files Browse the repository at this point in the history
chore: add location to run opts
  • Loading branch information
thedadams authored Jul 16, 2024
2 parents e5c6d7a + 86d3022 commit 2182e11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gptscript/opts.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ def __init__(self,
confirm: bool = False,
prompt: bool = False,
credentialOverrides: list[str] = None,
location: str = "",
env: list[str] = None,
apiKey: str = "",
baseURL: str = "",
Expand All @@ -45,4 +46,5 @@ def __init__(self,
self.confirm = confirm
self.prompt = prompt
self.credentialOverrides = credentialOverrides
self.location = location
self.env = env

0 comments on commit 2182e11

Please sign in to comment.