4 , google-ai-generativelanguage
13 buildPythonPackage rec {
14 pname = "google-generativeai";
16 format = "setuptools";
18 disabled = pythonOlder "3.9";
20 src = fetchFromGitHub {
22 repo = "generative-ai-python";
23 rev = "refs/tags/v${version}";
24 hash = "sha256-WiDoeScro7TcW5nQBmLpVQriL6IzR9CAVqBj36nqivk=";
28 "google-ai-generativelanguage"
35 propagatedBuildInputs = [
36 google-ai-generativelanguage
43 # Issue with the google.ai module. Check with the next release
46 pythonImportsCheck = [
51 description = "Python client library for Google's large language model PaLM API";
52 homepage = "https://github.com/google/generative-ai-python";
53 changelog = "https://github.com/google/generative-ai-python/releases/tag/v${version}";
54 license = licenses.asl20;
55 maintainers = with maintainers; [ fab ];