Skip to content

Commit

Permalink
Merge pull request #41 from thedadams/add-force-sequential
Browse files Browse the repository at this point in the history
  • Loading branch information
thedadams authored Jul 28, 2024
2 parents f2496a0 + 7f9ead8 commit a0b6557
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 a0b6557

Please sign in to comment.