Skip to content

Commit

Permalink
Remove default OPENAI_API_KEY_LOCATION
Browse files Browse the repository at this point in the history
  • Loading branch information
slimslenderslacks committed Oct 18, 2024
1 parent c1e93c0 commit 1de8027
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@

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

0 comments on commit 1de8027

Please sign in to comment.