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
fix: address edge-case with using <me> with GPTSCRIPT_BIN
Before this change, the following command would not allow running of
gptscripts: GPTSCRIPT_BIN="<me>/gptscript" ./click-chats
This change address this edge-case.
Signed-off-by: Donnie Adams <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ go get github.com/gptscript-ai/go-gptscript
14
14
15
15
To use the module, you need to first set the OPENAI_API_KEY environment variable to your OpenAI API key.
16
16
17
-
Additionally, you need the `gptscript` binary. You can install it on your system using the [installation instructions](https://github.com/gptscript-ai/gptscript?tab=readme-ov-file#1-install-the-latest-release).
17
+
Additionally, you need the `gptscript` binary. You can install it on your system using the [installation instructions](https://github.com/gptscript-ai/gptscript?tab=readme-ov-file#1-install-the-latest-release). The binary can be on the PATH, or the `GPTSCRIPT_BIN` environment variable can be used to specify its location.
0 commit comments