Skip to content

Commit a0b6557

Browse files
authored
Merge pull request #41 from thedadams/add-force-sequential
2 parents f2496a0 + 7f9ead8 commit a0b6557

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
@@ -33,6 +33,7 @@ def __init__(self,
3333
credentialOverrides: list[str] = None,
3434
location: str = "",
3535
env: list[str] = None,
36+
forceSequential: bool = False,
3637
apiKey: str = "",
3738
baseURL: str = "",
3839
defaultModel: str = ""
@@ -48,3 +49,4 @@ def __init__(self,
4849
self.credentialOverrides = credentialOverrides
4950
self.location = location
5051
self.env = env
52+
self.forceSequential = forceSequential

0 commit comments

Comments
 (0)