Skip to content

Commit 2182e11

Browse files
authored
Merge pull request #38 from thedadams/loc-run-opts
chore: add location to run opts
2 parents e5c6d7a + 86d3022 commit 2182e11

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gptscript/opts.py

+2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ def __init__(self,
3131
confirm: bool = False,
3232
prompt: bool = False,
3333
credentialOverrides: list[str] = None,
34+
location: str = "",
3435
env: list[str] = None,
3536
apiKey: str = "",
3637
baseURL: str = "",
@@ -45,4 +46,5 @@ def __init__(self,
4546
self.confirm = confirm
4647
self.prompt = prompt
4748
self.credentialOverrides = credentialOverrides
49+
self.location = location
4850
self.env = env

0 commit comments

Comments
 (0)