shell-gpt: add litellm dependency

authored by

Gaël James and committed by
Masum Reza
59496508 5b49345b

+5
+5
pkgs/by-name/sh/shell-gpt/package.nix
··· 33 click 34 distro 35 instructor 36 openai 37 rich 38 typer 39 ]; 40 41 # Tests want to read the OpenAI API key from stdin
··· 33 click 34 distro 35 instructor 36 + litellm 37 openai 38 rich 39 typer 40 + ]; 41 + 42 + buildInputs = with python3.pkgs; [ 43 + litellm 44 ]; 45 46 # Tests want to read the OpenAI API key from stdin