From 2e182d41d732104cab72dc7336f1a6c289af6818 Mon Sep 17 00:00:00 2001 From: Bruno Bigras Date: Mon, 13 Nov 2023 11:43:02 -0500 Subject: open-interpreter: add missing dependencies --- pkgs/tools/llm/open-interpreter/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs') diff --git a/pkgs/tools/llm/open-interpreter/default.nix b/pkgs/tools/llm/open-interpreter/default.nix index bba449acdc768..0b66df79b97d5 100644 --- a/pkgs/tools/llm/open-interpreter/default.nix +++ b/pkgs/tools/llm/open-interpreter/default.nix @@ -28,6 +28,7 @@ python3.pkgs.buildPythonApplication { gitpython huggingface-hub inquirer + jinja2 litellm openai # pyreadline3 # this is a windows deps @@ -36,6 +37,7 @@ python3.pkgs.buildPythonApplication { rich six tiktoken + tokenizers tokentrim wget yaspin -- cgit 1.4.1