Skip to content

Commit

Permalink
Merge pull request #71 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 a274679 + ace6d27 commit 6fad27f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gptscript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export interface RunOpts {
confirm?: boolean
prompt?: boolean
credentialOverrides?: string[]
location?: string
env?: string[]

APIKey?: string
Expand Down

0 comments on commit 6fad27f

Please sign in to comment.