Skip to content

Commit 1de8027

Browse files
Remove default OPENAI_API_KEY_LOCATION
1 parent c1e93c0 commit 1de8027

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

flake.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
6666

6767
entrypoint = pkgs.writeShellScriptBin "entrypoint" ''
6868
export PATH=${pkgs.lib.makeBinPath [pkgs.curl]}
69-
export OPENAI_API_KEY_LOCATION="/root"
7069
export SSL_CERT_FILE=${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt
7170
${clj}/bin/agent-graph "$@"
7271
'';

0 commit comments

Comments
 (0)