Commit 59496508 authored by Gaël James's avatar Gaël James Committed by Masum Reza
Browse files

shell-gpt: add litellm dependency

parent 5b49345b
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -33,11 +33,16 @@ python3.pkgs.buildPythonApplication rec {
    click
    distro
    instructor
    litellm
    openai
    rich
    typer
  ];

  buildInputs = with python3.pkgs; [
    litellm
  ];

  # Tests want to read the OpenAI API key from stdin
  doCheck = false;