Skip to content

Commit

Permalink
feat: add force sequential option
Browse files Browse the repository at this point in the history
Signed-off-by: Donnie Adams <[email protected]>
  • Loading branch information
thedadams committed Jul 27, 2024
1 parent f2496a0 commit 7f9ead8
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 @@ -33,6 +33,7 @@ def __init__(self,
credentialOverrides: list[str] = None,
location: str = "",
env: list[str] = None,
forceSequential: bool = False,
apiKey: str = "",
baseURL: str = "",
defaultModel: str = ""
Expand All @@ -48,3 +49,4 @@ def __init__(self,
self.credentialOverrides = credentialOverrides
self.location = location
self.env = env
self.forceSequential = forceSequential

0 comments on commit 7f9ead8

Please sign in to comment.