You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
enhance: add support for gptscript.env file in workspace
To add environment variables to a sys.exec call, the user can populate
a gptscript.env file with a list of environment variables per line in the
format:
```
FOO=bar
```
This file can be precreated or modified by gptscripts.
Signed-off-by: Bill Maxwell <[email protected]>
0 commit comments